Publish Entry
publish_entryPublish an entry's draft as the live version by minting a new immutable snapshot, resetting the draft status.
Instructions
Mint a new immutable version from the entry's current draft and make it the live published version. After this call, state=published reads from the public API will return the new snapshot and is_draft_dirty is reset to false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | The entry UUID | |
| collection_slug | Yes | The collection slug |