Blog
Update post
Update an existing blog post
PATCH
This endpoint requires authentication. Only the author or an admin can update a post.
Path parameters
string
required
The post ID
Request body
string
Updated post title
string
Updated post content
string
Updated summary
array
Updated tags array
string
Updated cover image URL
Response
Returns the updated blog post. A revision is automatically created to track changes.If a regular user edits a public post, it will be set back to “pending” status for re-approval.