Pin/unpin
PUT
/api/collections/toggle/{id}
Pin a collection if it is unpinned, or unpin it otherwise. Admin role is required.
Authorizations
bearerAuth
Bearer token using a JWT
Type
HTTP (Bearer)
Parameters
Path Parameters
id*
Identifier of the collection to pin/unpin.
Type
Requiredinteger
Example
1Responses
True if collection has been unpinned, false otherwise.
application/json
JSON
true

