Updates the resource roles for team
PATCHhttps://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
- application/json
Body
required
filterRefsstring[]
projectUidsstring[]
rolesstring[]
Responses
- 204
The resource was updated successfully
- curl
- python
- go
- nodejs
- java
- CURL
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"
]
}'