v1
latestOpenAPI 3.0.12026-07-1715846.6 KBPosts
Record post view
Increments the view count for a specific post. This should be called by the client when a post is actually viewed by a user.
post/api/v1/posts/{id}/view
Path parameters
idinteger required
Response
View count recorded successfully
Example response
{
"status": true,
"message": "Operation successful"
}