hosting_updateWordPressCoreV1
Update the WordPress core for a specified installation, optionally as a minor update or to a specific version. Supply the installation ID and username; the update job runs asynchronously.
Instructions
Update the WordPress core for the specified installation (minor update or a specific version).
Provide the WordPress installation (software) identifier in the path. It can
be obtained from GET /api/hosting/v1/wordpress/installations (the id field).
This operation is asynchronous: a successful response only means the update job has been queued.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minor | No | Update the minor version only. | |
| version | No | Update to a specific WordPress core version. | |
| software | Yes | WordPress installation (software) identifier | |
| username | Yes | username parameter |