OpenAPI 3.1.02026-08-18211327769.0 KB

b2d286e1ae94

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. Rejected with 403 when the organization has AccessBoost turned off.

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
}