diff options
| author | Caine <caine@jihakuz.xyz> | 2026-04-02 17:51:12 +0100 |
|---|---|---|
| committer | Caine <caine@jihakuz.xyz> | 2026-04-02 17:51:12 +0100 |
| commit | 946c7de20cab78a47edbeae8fa65fe86a51511dd (patch) | |
| tree | 5e8c76be65259062a36eef736f1fcfd8ffd72580 /cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets | |
| parent | 27f91fb877f4502804c932a28546ab6c745cc103 (diff) | |
Add create-meta-recipe endpoint with nested slots/options/bases
- POST /api/create-meta-recipe/ creates full meta-recipe in one call
- PUT /api/create-meta-recipe/ updates existing (requires id)
- Auto-resolves ingredients by name/alias, creates new if not found
- Returns full nested response with _created_ingredients list
- New writable serializers: MetaRecipeWriteSerializer, SlotWriteSerializer, etc.
Diffstat (limited to 'cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets')
| -rw-r--r-- | cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-heavy.otf | bin | 0 -> 44464 bytes |
| -rw-r--r-- | cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-light.otf | bin | 0 -> 43372 bytes |
| -rw-r--r-- | cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/logo_large.png | bin | 0 -> 28602 bytes |
| -rw-r--r-- | cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/prh_uk_logo.jpg | bin | 0 -> 71863 bytes |
| -rw-r--r-- | cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/vintage_family_page.png | bin | 0 -> 554037 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-heavy.otf b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-heavy.otf Binary files differnew file mode 100644 index 0000000..4830c99 --- /dev/null +++ b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-heavy.otf diff --git a/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-light.otf b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-light.otf Binary files differnew file mode 100644 index 0000000..888be92 --- /dev/null +++ b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/fonts/avenir-light.otf diff --git a/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/logo_large.png b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/logo_large.png Binary files differnew file mode 100644 index 0000000..d712f46 --- /dev/null +++ b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/logo_large.png diff --git a/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/prh_uk_logo.jpg b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/prh_uk_logo.jpg Binary files differnew file mode 100644 index 0000000..fcfa605 --- /dev/null +++ b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/prh_uk_logo.jpg diff --git a/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/vintage_family_page.png b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/vintage_family_page.png Binary files differnew file mode 100644 index 0000000..73627d8 --- /dev/null +++ b/cookbooks/roasting-tin-extracted/EPUB/xhtml/prh_core_assets/images/vintage_family_page.png |
