Publish Entity
Entity Endpoints
Publish Entity
Publish a draft entity, making it publicly visible
PATCH
Publish Entity
Publishes a draft entity. After publishing, the entity appears in normal feeds and is visible to all users. The entity’sDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
isDraft field is set to false and createdAt is reset to the current time.
Authentication required. Only the entity’s author, or a request with a service or master key, can publish a draft.
Path Parameters
The UUID of the draft entity to publish.
Response
Returns the published Entity object withisDraft: false.
Publishing resets
createdAt to the current time, so the entity appears as “new” in chronological feeds regardless of when the draft was created.Mention notifications are sent when publishing, not when the draft is created. Users mentioned in the entity receive notifications at publish time.
Error Responses
Not Found — 404
Not Found — 404
Unauthorized — 403
Unauthorized — 403

