Bookmark queries scoped to user or collective

This commit is contained in:
eikek
2022-01-08 19:31:26 +01:00
parent f914aa723e
commit a50a0a9a1a
14 changed files with 767 additions and 7 deletions

View File

@ -1923,6 +1923,9 @@ paths:
an identifier to a client application. It returns a JSON
structure. The server doesn't care about the actual data,
since it is meant to be interpreted by clients.
If there is nothing stored for the given `clientId` an empty
JSON object (`{}`) is returned!
security:
- authTokenHeader: []
responses:
@ -1994,6 +1997,9 @@ paths:
`clientId` is an identifier to a client application. It
returns a JSON structure. The server doesn't care about the
actual data, since it is meant to be interpreted by clients.
If there is nothing stored for the given `clientId` an empty
JSON object (`{}`) is returned!
security:
- authTokenHeader: []
responses: