v4

latestOpenAPI 3.1.02026-08-01207318738.7 KB
Documents

Update document permits

patch/api/v1/documents/{identifier}/permissions

Path parameters

identifierstring required

Document identifier (either document ID or identifier slug)

Example:abc123

Document identifier (either document ID or identifier slug)

Request body

accessBoostboolean

Access boost setting

role'NO_ACCESS' | 'VIEWER' | 'EXPLORER' | 'EDITOR' | 'MANAGER'

Role to set

userGroupIdsstring[]

User group IDs to update

userIdsstring[]

User membership IDs to update

Response

Permissions updated successfully

successboolean required

Whether the operation was successful

Example response

{
  "success": true
}