cURL
curl --request PATCH \ --url https://api.replyke.com/api/v6/:projectId/entities/:entityId/increment-views
{ "id": "<string>", "views": 123, "title": "<string>", "content": "<string>" }
Increment the view count of an entity
Invalid Entity ID - 400 Bad Request
{ "error": "Invalid entity ID.", "code": "entity/invalid-id" }
Entity Not Found - 404 Not Found
{ "error": "Entity not found.", "code": "entity/not-found" }
Server Error - 500 Internal Server Error
{ "error": "An error occurred while updating entity views.", "code": "entity/server-error", "details": "<error message>" }