Update Group

Change a groups role in a project

Request
path Parameters
projectId
required
string
groupId
required
string
Request Body schema: application/json
role
required
string (Role)
Enum: "owner" "annotator" "engineer" "annotationManager" "owner" "annotator" "engineer" "annotationManager"
Responses
200

Ok

patch/projects/{projectId}/subgroups/{groupId}
Request samples
application/json
{
  • "role": "owner"
}
Response samples
application/json
{
  • "role": "engineer"
}