Project Roles
Update
Update a project role
PATCH
/
api
/
v1
/
workspace
/
{projectSlug}
/
roles
/
{roleId}
Authorizations
Authorization
string
headerrequiredAn access token in Infisical
Path Parameters
projectSlug
string
requiredSlug of the project to update the role for.
roleId
string
requiredThe ID of the role to update
Body
application/json
slug
string
The slug of the role.
name
string
The name of the role.
permissions
object[]
requiredThe permissions assigned to the role.
Response
200 - application/json
role
object
required