publishDraftPost( )


Publishes a draft post by ID. This creates a new post with the data from the draft post.

If the draft post was already published, the published post will be updated with the latest values from the draft post.

Authentication

This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:

Permissions
Manage Blog
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
draftPostIdstringRequired

Draft post ID.

Returns
Return Type:Promise<PublishDraftPostResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?