-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Milestone
Description
For endpoints:
- GET /collections
- GET /collections/{collectionId}
- GET /collections/{collectionId}/items
Add a "hidden" query parameter _ids that is a csv of collection IDs. This should filter the collections returned from the endpoint. The parameter should not be included in pagination parameters. The intention of this parameter is to allow an auth proxy (e.g., only implemented using the pre-hook lambda) to add an extra hidden parameter that restricts a user's visible collections.
GET /collections
Should return the same collection object, just with only the allowed collections included.
GET /collections/{collectionId}
Should return a 404 if the requested {collectionId} is not in the list
GET /collections/{collectionId}/items
Should return a 404 if the requested {collectionId} is not in the list
Metadata
Metadata
Assignees
Labels
No labels