scale_recipe
Copy an existing recipe with optional scaling. Clones template with label settings and tags, enabling quick ingredient swaps.
Instructions
Copy (and optionally scale) an existing recipe. POST /recipes/{id}/scale. This is the copy-and-swap primitive: cloning a configured template carries its label settings and tags forward, so you only replace one ingredient afterward. Pass a scale factor of 1 for a straight copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | e.g. {name: 'New Recipe Name', scale_factor: 1}. Parameter names for this endpoint are not published; run once against a throwaway recipe to confirm. | |
| as_json | No | ||
| recipe_id | Yes | Recipe to copy. |