Updates the projects and roles for the specified team
PUThttps://api.spectrocloud.com/v1/teams/:uid/projects
Updates the projects and roles for the specified team
Request
Path Parameters
uid stringrequired
- application/json
Body
required
projects
object[]
Responses
- 204
The resource was updated successfully
- curl
- python
- go
- nodejs
- java
- CURL
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"
]
}
]
}'