update_recipe_image
Update a recipe's image by providing its slug and a local image file. Specify the file path and extension to replace the existing image.
Instructions
Update Recipe Image [PUT /api/recipes/{slug}/image]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | File fields (image) must be absolute paths to local files to upload. | |
| slug | Yes |