Publish Entity
Entity Endpoints
Publish Entity
Publish a draft entity, making it publicly visible
Publish Entity
Requires the
entities bundle. A project without the entities bundle returns 403 database/tables-not-available. See Bundles.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
string
required
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

