Skip to main content

Updates the projects and roles for the specified team

PUT 

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

Updates the projects and roles for the specified team

Request

Path Parameters

    uid stringrequired

Body

required

    projects

    object[]

  • Array [

  • projectUidstring
    rolesstring[]
  • ]

Responses

The resource was updated successfully

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