Publish an article
publish_articlePublish an article to make it publicly visible on the live site immediately. Requires explicit user confirmation and a secret key with articles:write scope.
Instructions
Publish an article. Makes the article public immediately, at status: published. PUBLIC: this makes the article publicly visible on the customer's own live site, where search engines and readers will see it. Ask the user before calling this, and pass confirm: true only once they have agreed. Needs a secret key (wv_sk_) carrying the articles:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | A UUID. | |
| confirm | No | Set to true only after the user has explicitly agreed to this action. Calling without it returns a description of what would happen and changes nothing. |