v1
latestOpenAPI 3.0.32026-07-17542197.8 KBOrganization
Role
Update organization role
Update the organization role by its ID.
patch/v1/organizations/${id}/roles/{role_id}
Request body
Example request
{
"name": "Contributors",
"description": "Users who can collaborate on the project."
}Response
OK
Example response
{
"id": "9bsv0s46s6s002p9ltq0",
"name": "Collaborators",
"description": "Users who can collaborate on the project.",
"members": [
"9bsv0s46s6s002p9ltq0"
],
"permissions": [
"9bsv0s46s6s002p9ltq0"
]
}