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 |