POST
/
api
/
v1
/
groups
/
{groupUuid}
/
projects
/
{projectUuid}
{
  "results": {
    "role": "viewer",
    "groupUuid": "<string>",
    "projectUuid": "<string>"
  },
  "status": "ok"
}

Path Parameters

groupUuid
string
required
projectUuid
string
required

Body

application/json

From T, pick a set of properties whose keys are in the union K

Response

200
application/json
Ok

The response is of type object.