Posts > Group

Updates a Group

Updates a Group

put/api/2026-07-01/resources/posts/groups/{id}

Path parameters

idstring required

Identifier of the group.

Request body

idstring required

Identifier of the group.

titlestring

title of the group.

descriptionstring

description of the group.

Example request

{
  "id": "1",
  "title": "Company announcements",
  "description": "The place to find all company announcements."
}

Response

OK

idstring required

identifier of the group.

titlestring required

title of the group.

descriptionstring

description of the group.

Example response

{
  "id": "1",
  "title": "Company announcements",
  "description": "The place to find all company announcements."
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.