Skip to content

Publish Article Draft Request Payload

Optional body for publishing a staged article draft. On a single-language workspace the body can be omitted. On a multilingual workspace, locales is required and lists which locales' drafts to publish.

localesArray of strings

The locales whose staged drafts should be published. Required on multilingual workspaces; each locale must have a pending draft.

Example:
[ "en", "fr" ]
{ "locales": [ "en", "fr" ] }