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.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique ID of the entity
Response
Returns the updated entity object with the incremented view count.Unique entity identifier
Updated view count
Entity title
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.

