v1

latestOpenAPI 3.0.12026-07-1715846.6 KB
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"
}