hosting_updateWordPressPluginsV1
Update installed WordPress plugins to their latest versions by providing plugin slugs and installation ID. The update job is queued and processed asynchronously.
Instructions
Update one or more installed plugins 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 |
|---|---|---|---|
| plugins | Yes | Slugs of the installed plugins to update to their latest version. | |
| software | Yes | WordPress installation (software) identifier | |
| username | Yes | username parameter |