set_recipe_notes
Replace a recipe's existing notes with a custom set of titled notes using a JSON array. Each note can have an optional title and required text.
Instructions
Replace a recipe's notes with the given JSON array.
notes_json is a JSON array of {title, text} objects. title
is optional; text is required. Example:
[{"title": "Tip", "text": "Toast the spices first."}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| notes_json | Yes |