Skip to main content
PATCH
cURL
permission_level is the only writable field. The recipient and the resource are fixed at assignment time.

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Path Parameters

id
string<uuid>
required

A UUID string identifying this Semantic Layer permission.

Body

permission_level
enum<string>
  • manager - Manager
  • editor - Editor
  • viewer - Viewer
Available options:
manager,
editor,
viewer

Response

200 - application/json
id
string<uuid>
required
read-only
user
string
required
read-only

User (Expandable)

group
string
required
read-only

Group (Expandable)

permission_level
enum<string>
required
  • manager - Manager
  • editor - Editor
  • viewer - Viewer
Available options:
manager,
editor,
viewer
catalog
string<uuid> | null
required
read-only
folder
string
required
read-only

Folder (Expandable)

document
string
required
read-only

Document (Expandable)

granted_by
string
required
read-only

Granted by (Expandable)

created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only