v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Posts > Group

Archives a Group

Archives a group but keeps the data.

post/api/2026-07-01/resources/posts/groups/archive

Request body

idstring required

identifier of the group.

Example request

{
  "id": "1"
}

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."
}