Add some HTTP tests for recipe fields and recipe tags
This commit is contained in:
parent
9c2d89e981
commit
e4ec80e118
6 changed files with 179 additions and 11 deletions
|
|
@ -109,7 +109,7 @@ pub struct SetRecipeLanguage {
|
|||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Clone)]
|
||||
pub struct SetIsPublic {
|
||||
pub struct SetRecipeIsPublic {
|
||||
pub recipe_id: i64,
|
||||
pub is_public: bool,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue