v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBPosts > 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
Example request
{
"id": "1",
"title": "Company announcements",
"description": "The place to find all company announcements."
}Response
OK
Example response
{
"id": "1",
"title": "Company announcements",
"description": "The place to find all company announcements."
}