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

statusboolean
messagestring
dataobject nullable

Example response

{
  "status": true,
  "message": "Operation successful"
}

Changes

Changed in 2 of the 7 revisions of this API.11