Create or update a recipe in a kitchen
PUT/kitchens/:kitchen_id/recipes/:recipe_id
Update or create a recipe with the specified ID in a specific kitchen.
See Request Size Limits for the ingredient count cap that applies to this endpoint.
Request
Responses
- 200
- 201
- 401
- 413
Recipe updated successfully
Recipe created successfully
No authorization - valid API key not provided
Payload too large - request exceeds a hard size limit. See Request Size Limits.