docs: document full API surface in OpenAPI spec (v0.26.0)

Went from 14 to ~100 documented endpoints in lib/openapi.ts — pantry,
meal-plans, shopping-lists, collections, users/social, ai/*, webhooks,
conversations, notifications, and admin routes now all appear in
/docs with accurate request/response schemas. No auth/route changes.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Arnaud
2026-07-14 10:54:57 +02:00
parent 6096e49008
commit 6c4fc93aab
5 changed files with 489 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@epicure/web",
"version": "0.25.1",
"version": "0.26.0",
"private": true,
"scripts": {
"dev": "next dev",