Skip to main content
PATCH
Update Entity
Updates an existing entity. Only the entity’s creator or a master-level user can perform this action.

Path Parameters

string
required
The ID of the entity to update

Body Parameters

string
Updated title of the entity
string
Updated content
array
Updated attachments
array
Updated list of keywords
object
object
Updated metadata
array
Updated mentions list with objects like { id: string, username: string }

Response

Returns the updated entity object with all fields.
string
Unique entity identifier
string
Updated entity title
string
Updated entity content
array
Updated keywords array
object
Updated metadata
object
string
Last update timestamp in ISO 8601 format

Error Responses


Notes

  • Fields not included in the request body will remain unchanged.
  • The location field, if updated, must include both longitude and latitude.
  • A webhook validateEntityUpdated is triggered before the update is applied.