v1

latestOpenAPI 3.0.02026-07-1717466209.0 KB
Collections

Add user ACL access to collection

Grant user ACL access to a collection itself

post/collections/user_acl

Request body

collection_idinteger
user_idinteger
permissions'view' | 'edit' | 'admin'

Single collection ACL role per grant (stored as one value in editor_collection_acl.permissions).

Example request

{
  "permissions": "admin"
}

Response

successful operation