Update Project Role
Updates a custom project role's name, description, or policies. Global roles cannot be modified.
Path parameters
projectId
The unique identifier of the project.
roleId
The unique identifier of the role.
Headers
CONFIDENT_API_KEY
The organization API key for your Confident AI organization.
Request
This endpoint expects an object.
name
Name of the role (must be unique within the organization and cannot be a system role name)
policyIds
The ids of the policies to attach to this role
description
Optional description of the role
Response
success
Indicates if the request was successful
data