v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Group

Update a Specific Group

This endpoint updates supplied fields for a specific group. <h3>Required Scope</h3>groups:write

patch/api/v2/groups/{id}

Path parameters

idstring required

The ID of the group to update

Request body

Example request

{
  "data": {
    "attributes": {
      "privacy": "open",
      "group-type": "Group"
    }
  }
}

Response

Success