Appearance
PATCH
/web-pages/draft/drafts/{draftId}Required scope:
viskan:draft:updateUpdates a draft by ID.
Parameters
Path parameters
draftId string Format:
uuidIdentifier of the draft. A draft is a workspace that holds unpublished changes to web store content.
Request body
JSON
{
"draftName": "Black Week Updated Draft"
}
Response
The draft was updated successfully.
| Error code | Description |
|---|---|
web-pages.update-draft.draft-name-blank | Draft name cannot be blank. |
web-pages.update-draft.draft-not-found | The specified draft could not be found. |