Skip to main content
POST
/
api
/
v1
/
groups
/
{groupUuid}
/
projects
/
{projectUuid}
cURL
curl --request POST \
  --url http://api/v1/groups/{groupUuid}/projects/{projectUuid} \
  --header 'Content-Type: application/json' \
  --data '
{
  "role": "<string>"
}
'
{
  "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

role
string
required

Response

Ok

results
object
required
status
enum<string>
required
Available options:
ok