Create a custom role
Creates a new custom role for the team with the specified 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 5 revisions of this API.78
- ●
added the new
deployment:aiGateway:useenum value to thestatements/items/actions/oneOf[subschema #2]/items/response property for the response status201response-property-enum-value-added
- ●
added the new
directorySync:deleteGroupMappingenum value to thestatements/items/actions/oneOf[subschema #2]/items/response property for the response status201response-property-enum-value-added
- ●
added the new
directorySync:disableenum value to thestatements/items/actions/oneOf[subschema #2]/items/response property for the response status201response-property-enum-value-added
- ●
added the new
directorySync:enableenum value to thestatements/items/actions/oneOf[subschema #2]/items/response property for the response status201response-property-enum-value-added
- ●
added the new
directorySync:updateGroupMappingenum value to thestatements/items/actions/oneOf[subschema #2]/items/response property for the response status201response-property-enum-value-added
- ●
added the new
directorySync:viewenum value to thestatements/items/actions/oneOf[subschema #2]/items/response property for the response status201response-property-enum-value-added
- ○
added the new
deployment:aiGateway:useenum value to the request propertystatements/items/actions/oneOf[subschema #2]/items/request-property-enum-value-added
- ○
added the new
directorySync:deleteGroupMappingenum value to the request propertystatements/items/actions/oneOf[subschema #2]/items/request-property-enum-value-added
- ○
added the new
directorySync:disableenum value to the request propertystatements/items/actions/oneOf[subschema #2]/items/request-property-enum-value-added
- ○
added the new
directorySync:enableenum value to the request propertystatements/items/actions/oneOf[subschema #2]/items/request-property-enum-value-added
- ○
added the new
directorySync:updateGroupMappingenum value to the request propertystatements/items/actions/oneOf[subschema #2]/items/request-property-enum-value-added
- ○
added the new
directorySync:viewenum value to the request propertystatements/items/actions/oneOf[subschema #2]/items/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 thestatements/items/actions/oneOf[subschema #2]/items/response property for the response status201response-property-enum-value-added
- ○
added the new
deployment:usage:viewenum value to the request propertystatements/items/actions/oneOf[subschema #2]/items/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
- ●