Error
A valid request URL is required to generate request examples{
"results": {
"role": "viewer",
"groupUuid": "<string>",
"projectUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}User Groups
Update project access for group
deprecated
Update project access for a group
PATCH
/
api
/
v1
/
groups
/
{groupUuid}
/
projects
/
{projectUuid}
Error
A valid request URL is required to generate request examples{
"results": {
"role": "viewer",
"groupUuid": "<string>",
"projectUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Body
application/json
Was this page helpful?