Update an org team's permission in a site
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
teamIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Body
rolestring · enumOptionalPossible values:
"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.
Responses
204
Team permission was updated
No content
404
No team found with the given ID
application/json
patch/orgs/{organizationId}/sites/{siteId}/permissions/teams/{teamId}
No content
Last updated
Was this helpful?