Update or create a recipe
PUT/recipes/:recipe_id
Update an existing recipe or create a new one with the specified ID.
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.