Increment Entity Views
Entity Endpoints
Increment Entity Views
Increment the view count of an entity
PATCH
Increment Entity Views
This endpoint increments the view count of a specific entity by 1. It is typically triggered when a user visits or opens the entity. No authentication is required.
Path Parameters
string
required
The unique ID of the entity
Response
Returns the updated entity object with the incremented view count.string
Unique entity identifier
number
Updated view count
string
Entity title
string
Entity content
Error Responses
Invalid Entity ID - 400 Bad Request
Invalid Entity ID - 400 Bad Request
Entity Not Found - 404 Not Found
Entity Not Found - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- This endpoint is safe to call multiple times.
- No authentication is required.

