Posts
Update a post
Update an existing post content
patch/posts/{postId}
Request body
Example request
{
"username": "john_doe",
"content": "Just had an amazing hiking experience with Contoso gear! Highly recommend their backpacks."
}Response
Post updated successfully
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"username": "john_doe",
"content": "Just had an amazing hiking experience with Contoso gear!",
"createdAt": "2025-05-30T10:30:00Z",
"updatedAt": "2025-05-30T10:30:00Z",
"likesCount": 15,
"commentsCount": 3
}