Skip to main content

Updates the resource roles for team

PATCH 

https://api.spectrocloud.com/v1/teams/:uid/resourceRoles/:resourceRoleUid

Authorization: ApiKey

name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header

Specific resource roles fo team is updated

Request

Path Parameters

    uid stringrequired
    resourceRoleUid stringrequired

Body

required
    filterRefsstring[]
    projectUidsstring[]
    rolesstring[]

Responses

The resource was updated successfully

curl -L -X PATCH 'https://api.spectrocloud.com/v1/teams/:uid/resourceRoles/:resourceRoleUid' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <API_KEY_VALUE>' \
--data-raw '{
"filterRefs": [
"string"
],
"projectUids": [
"string"
],
"roles": [
"string"
]
}'
Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— pathrequired
— pathrequired
Body required
{
"filterRefs": [
"string"
],
"projectUids": [
"string"
],
"roles": [
"string"
]
}