hosting_updateWordPressCoreV1
Update WordPress core to a specified version or minor release via an asynchronous job, using the installation ID.
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 |