From cf85bf3093ec9909eff755cdfd3169d6181dd81e Mon Sep 17 00:00:00 2001 From: Timothy Date: Wed, 8 Jul 2026 18:28:20 +0200 Subject: [PATCH] docs: regenerate endpoint-index after merging main (includes GET collection items) (#155) Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/endpoint-index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/endpoint-index.md b/docs/endpoint-index.md index 0dcf7bfaf..dc4b42363 100644 --- a/docs/endpoint-index.md +++ b/docs/endpoint-index.md @@ -2,7 +2,7 @@ *Generated by `scripts/generate-endpoint-index.py` from `ErsatzTV/wwwroot/openapi/v1.json`. Do not edit by hand -- regenerated by `scripts/update-openapi.sh`.* -114 endpoints, 175 operations. +114 endpoints, 176 operations. ## Artists @@ -75,6 +75,7 @@ | DELETE | `/api/collections/{id}` | | Delete a collection | | GET | `/api/collections/{id}` | GetCollectionById | Get a collection by id | | PUT | `/api/collections/{id}` | | Update a collection | +| GET | `/api/collections/{id}/items` | GetCollectionItems | Get the items in a manual collection | | POST | `/api/collections/{id}/items` | | Add items to a collection | | DELETE | `/api/collections/{id}/items/{mediaItemId}` | | Remove an item from a collection |