Increment views count of the post by ID
POST/posts/:id/increment-views
Increment views count of the post by ID. Only adds 1 view per IP within a time period specified in the environment configuration.
Request
Responses
- 200
- 400
- 404
- 429
- 500
Success
Bad Request
Not found
Too Many Requests
Internal server error