Create cookbook
create_cookbookCreate a named, saved view of your recipe collection. Use an optional Mealie query filter to include only matching recipes, or leave it blank to include every recipe.
Instructions
Creates a cookbook — a named, saved view of the recipe collection. Without a filter it matches every recipe; the filter itself is written in Mealie's own query language and is easiest to build in the web UI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| is_public | No | Make the cookbook readable without a login, default false | |
| description | No | ||
| query_filter | No | Mealie query filter, e.g. tags.name IN ["Dessert"]. Passed through verbatim; an invalid expression is rejected by Mealie with a 422. |