Update Entity
Entity Endpoints
Update Entity
Update an existing entity’s properties
PATCH
Update Entity
Updates an existing entity. Only the entity’s creator or a master-level user can perform this action.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 ID of the entity to update
Body Parameters
Updated title of the entity
Updated content
Updated attachments
Updated list of keywords
Updated metadata
Updated mentions list with objects like
{ id: string, username: string }Response
Returns the updated entity object with all fields.Unique entity identifier
Updated entity title
Updated entity content
Updated keywords array
Updated metadata
Last update timestamp in ISO 8601 format
Error Responses
Missing Entity ID - 400 Bad Request
Missing Entity ID - 400 Bad Request
Unauthorized - 403 Forbidden
Unauthorized - 403 Forbidden
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
- Fields not included in the request body will remain unchanged.
- The
locationfield, if updated, must include bothlongitudeandlatitude. - A webhook
validateEntityUpdatedis triggered before the update is applied.

