v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBPosts > Comment
Updates a Comment
Updates a Comment
put/api/2026-07-01/resources/posts/comments/{id}
Path parameters
idstring required
identifier of the comment
Request body
Example request
{
"id": "1",
"post_id": "1",
"text": "How is the week going Ana?"
}Response
OK
Example response
{
"id": "1",
"post_id": "1",
"author_id": "1",
"text": "How is the week going Ana?",
"created_at": "2024-07-17T00:00:00Z"
}