For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update an org team's permission in a site

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
siteIdstringRequired

The unique id of the site

teamIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
Body
rolestring · enumOptional

"The role of a member in an organization. "admin": Can administrate the content: create, delete spaces, ... "create": Can create content. "review": Can review content. "edit": Can edit the content (live or change requests). "comment": Can access the content and its discussions. "read": Can access the content, but cannot update it in any way.

Possible values:
Responses
204

Team permission was updated

No content

patch/orgs/{organizationId}/sites/{siteId}/permissions/teams/{teamId}

No content

Last updated

Was this helpful?

Powered by GitBook