cURL
curl --request PATCH \ --url http://api/v1/groups/{groupUuid}/projects/{projectUuid} \ --header 'Content-Type: application/json' \ --data ' { "role_uuid": "<string>", "role": "viewer" } '
{ "results": { "role": "viewer", "groupUuid": "<string>", "projectUuid": "<string>" }, "status": "ok" }
Update project access for a group
viewer
interactive_viewer
editor
developer
admin
Ok
Show child attributes
ok