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
location
field, if updated, must include bothlongitude
andlatitude
. - A webhook
validateEntityUpdated
is triggered before the update is applied.