bulkUpdateDraftPosts( )


Updates multiple draft posts.

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
optionsBulkUpdateDraftPostsOptions

Options for updating multiple draft posts.

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