Posts
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"
}Changes
Changed in 2 of the 7 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲