set_recipe_instructions
Replace a recipe's instruction steps with JSON lines, supporting strings or objects with title/summary/text and auto-splitting headers.
Instructions
Replace a recipe's instruction steps with the given lines.
instructions_json is a JSON array. Each element is either:
a string ("Boil water: bring 4 quarts to a rolling boil"), or
an object ({"title": "Prep", "summary": "Boil water", "text": "..."})
Strings starting with a short "Header: rest" prefix are auto-split:
the header goes into the step's summary (rendered as a per-step
header in Mealie's UI), and the rest goes into text. The title
field is reserved for section dividers between groups of steps and
is only set when the dict form provides one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| instructions_json | Yes |