Fix plan-a-meal random recipe API queries

Mealie's orderBy=random requires a paginationSeed parameter, otherwise
the API returns 422. Added the seed to all random query examples.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-17 11:10:48 -07:00
commit e5ce510fdc
2 changed files with 6 additions and 3 deletions

View file

@ -0,0 +1 @@
Fix plan-a-meal random recipe queries — add required `paginationSeed` parameter