Skip to main content
PATCH
/
api
/
v2
/
projects
/
{projectId}
/
roles
/
assignments
/
group
/
{groupId}
cURL
curl --request PATCH \
  --url http://api/v2/projects/{projectId}/roles/assignments/group/{groupId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "roleId": "<string>"
}
'
{
  "results": {
    "updatedAt": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "projectId": "<string>",
    "organizationId": "<string>",
    "assigneeName": "<string>",
    "assigneeId": "<string>",
    "assigneeType": "user",
    "ownerType": "user",
    "roleName": "<string>",
    "roleId": "<string>"
  },
  "status": "ok"
}

Path Parameters

projectId
string
required
groupId
string
required

Body

application/json
roleId
string
required

Response

Success

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