Update Project Role
POST/v2beta/projects/:projectId/roles/:roleKey
Change a project role. The key is not editable. If a key should change, remove the role and create a new one.
Required permission:
project.role.write
Request​
Responses​
- 200
- 403
- 404
- default
Project role updated successfully
Returned when the user does not have permission to access the resource.
The project role to update does not exist.
An unexpected error response.