Update a custom role
Updates an existing custom role's name, description, and permission statements.
Path parameters
Team ID
Request body
Example request
{
"statements": [
{
"resource": "project:*"
}
]
}Response
Example response
{
"statements": [
{
"resource": "project:*"
}
]
}Changes
Changed in 3 of the 6 revisions of this API.78
- ●
added the new
deployment:aiGateway:useenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
directorySync:deleteGroupMappingenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
directorySync:disableenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
directorySync:enableenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
directorySync:updateGroupMappingenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
directorySync:viewenum value to the////response property for the response statusresponse-property-enum-value-added
- ○
added the new
deployment:aiGateway:useenum value to the request property////request-property-enum-value-added
- ○
added the new
directorySync:deleteGroupMappingenum value to the request property////request-property-enum-value-added
- ○
added the new
directorySync:disableenum value to the request property////request-property-enum-value-added
- ○
added the new
directorySync:enableenum value to the request property////request-property-enum-value-added
- ○
added the new
directorySync:updateGroupMappingenum value to the request property////request-property-enum-value-added
- ○
added the new
directorySync:viewenum value to the request property////request-property-enum-value-added
- ●
- ○
the endpoint scheme security
OAuth Team Tokenwas removed from the APIapi-security-removed
- ○
- ●
added the new
deployment:usage:viewenum value to the////response property for the response statusresponse-property-enum-value-added
- ○
added the new
deployment:usage:viewenum value to the request property////request-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●