hosting_updateWordPressThemesV1
Update one or more WordPress themes to their latest version asynchronously. Provide the software identifier, username, and theme slugs to queue the update job.
Instructions
Update one or more installed themes to their latest version on a WordPress installation.
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 |
|---|---|---|---|
| themes | Yes | Slugs of the installed themes to update to their latest version. | |
| software | Yes | WordPress installation (software) identifier | |
| username | Yes | username parameter |