PATCH
/
api
/
v1
/
groups
/
{id}
{
  "@id": "<string>",
  "@type": "<string>",
  "@context": "<string>",
  "owner": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123
  },
  "description": "<string>",
  "isProject": true,
  "hasPriority": true,
  "hasDueDate": true,
  "hasTypes": true,
  "hasStatus": true,
  "hasEvents": true,
  "hasDiscussion": true,
  "hasFiles": true,
  "isJoinable": true,
  "onlyAdminsCanPost": true,
  "onlyAdminsCanCreateEvents": true,
  "onlyAdminsCanUploadFiles": true,
  "onlyAdminsCanAddMembers": true,
  "hasGroupInfo": true,
  "includesAllMembers": true,
  "category": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "name": "<string>",
    "color": "<string>",
    "icon": "<string>",
    "createIsGrantedRole": "USER"
  },
  "id": 123,
  "name": "<string>",
  "dateCreated": "2023-11-07T05:31:56Z",
  "dateEnded": "2023-11-07T05:31:56Z",
  "status": "<string>",
  "unitType": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "discriminator": "<string>",
    "isLocal": true,
    "parentUnitType": {},
    "hasUserType": true
  },
  "logo": "<string>",
  "userType": "https://example.com/",
  "isRoleGroup": true
}

Path Parameters

id
string
required

Group identifier

Body

application/merge-patch+json

The updated Group resource

Response

200
application/ld+json

Group resource updated