Skip to main content

Updates the tenant roles of the specified team

PUT 

https://api.spectrocloud.com/v1/teams/:uid/roles

Updates the tenant roles of the specified team

Request

Path Parameters

    uid stringrequired

Body

required

    rolesstring[]

Responses

The resource was updated successfully

curl -L -X PUT 'https://api.spectrocloud.com/v1/teams/:uid/roles' \
-H 'Content-Type: application/json' \
--data-raw '{
"roles": [
"string"
]
}'
Request Collapse all
Base URL
https://api.spectrocloud.com
Parameters
— pathrequired
Body required
{
"roles": [
"string"
]
}