You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search queries are only accessible by users who have been given access
Users can edit saved searches
Users can generate SDK and API requests for a saved search (since the request body for these endpoints would be the saved search itself, possibly not necessary, clients can provide this tool)
Implementation notes:
New mongo collection, could possibly inherit from ContainerStorage class
Endpoints would be GET (by id and all (that user has access to), POST (new and @id for replace) and DELETE by id
Use existing permissions list and endpoints to handle access. Mappings to admin, ro etc to be determined
The text was updated successfully, but these errors were encountered:
Possible features:
Implementation notes:
ContainerStorage
classGET
(by id and all (that user has access to),POST
(new and @id for replace) andDELETE
by idadmin
,ro
etc to be determinedThe text was updated successfully, but these errors were encountered: