v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBPosts > Post
Updates a Post
Updates a Post
put/api/2026-07-01/resources/posts/posts/{id}
Path parameters
idstring required
identifier of the post
Request body
Example request
{
"id": "1",
"title": "Are you ready for the perfomance review?",
"description": "As you know today we start the performance review process.",
"post_group_id": "1",
"allow_comments_and_reactions": true
}Response
OK
Example response
{
"id": "1",
"title": "Are you ready for the perfomance review?",
"description": "As you know today we start the performance review process.",
"allow_comments_and_reactions": true,
"published_at": "2024-07-17T00:00:00Z",
"created_at": "2024-07-17T00:00:00Z",
"updated_at": "2024-07-17T00:00:00Z",
"visits_count": 10,
"cover_image_url": "https://example.com/image.jpg",
"posts_group_id": "1"
}