updateDraftPost( )


Updates a draft post.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

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

Draft post ID.


draftPostUpdateDraftPostRequired

Draft Post info.


optionsUpdateDraftPostOptions

Options for updating a draft post.

Returns
Return Type:Promise<UpdateDraftPostResponse>
Did this help?