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.
Overview
usePublishDraft returns a function that publishes a draft entity. After publishing, entity.isDraft becomes false and the entity is visible to other users.
Usage Example
Parameters
The ID of the draft entity to publish.
Returns
The published entity with
isDraft: false. See Entity data model.
