Update User Recipe
Update User Recipe
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"recipe": {
"id": "1070c26c320ce194efca97093e72517b4e7",
"name": "Home made pasta",
"description": "Pasta with tomato souce",
"ingredients": [
{
"text": "Pappardelle pasta"
},
{
"text": "5 tomatoes"
},
{
"text": "3tbs of olive oil"
}
],
"saved": {
"value": true,
"collectionIds": [
"cd037513c9e149a1b707e85eab1fc7f6"
],
"owner": true,
"type": "manual"
}
},
"status": "success"
}Recipe Payload
Response
RawIngredient
NormalizedIngredient
RawIngredient
RecipeIngredientAnalysis
RecipeInstruction
RecipeInstructions
ProductCategory
ImageContainer
ResponsiveImage
OriginalImage
RecipeSource
RecipeLabels
RecipeLabel
RecipeDurations
RecipeConstraints
ConstraintsCollection
RecipeSaved
RecipeAuthor
Sample Request
Last updated
Was this helpful?