Update Entity
Entity Endpoints
Update Entity
Update an entity’s content and metadata
PATCH
Update Entity
Updates the fields of an existing entity. Only the fields you include in the request body are updated — omitted fields are left unchanged. Only the entity’s author, or a request with a service or master key, can update an entity. Authentication 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 UUID of the entity to update.
Body Parameters
New title for the entity.
New content body for the entity.
Replaces the entity’s
attachments array with the provided value.Replaces the entity’s
keywords array.Replaces the entity’s
mentions array. Each item is:{ type: "user", id: string, username: string, foreignId?: string }{ type: "space", id: string, slug: string }
New geographic coordinates:
Replaces the entity’s
metadata object entirely.Response
Returns the updated Entity object, populated with the author’s user profile.If
title or content changed, the entity’s semantic search embeddings are automatically re-queued for projects with AI search enabled.Error Responses
Not Found — 404
Not Found — 404
Unauthorized — 403
Unauthorized — 403

