Permission Scopes
Update a permission scope
Update an existing permission scope. Only the permissions array can be modified.
patch/teams/{key}/members/{memberId}/permission-scopes/{id}
Path parameters
keystring required
memberIdstring required
idstring required
Request body
Example request
{
"permissions": [
"team.read"
]
}Response
OK
Example response
{
"permissions": [
"team.read"
]
}Changes
Changed in 1 of the 44 revisions of this API.1
- ○
added the non-success response with the status
412response-non-success-status-added
- ○
Of the 44 revisions, 3 have no diff computed.