Update an org team's permission in a collection
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
collectionIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$teamIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Body
rolestring · enum · nullableOptionalPossible values:
The role of a member in an organization, null for guests
Responses
204
Team permission was updated
No content
404
No team found with the given ID
application/json
patch/collections/{collectionId}/permissions/teams/{teamId}
No content
Last updated
Was this helpful?