Plugins
Upgrade a plugin
Upgrade a plugin to the latest version asynchronously and return the task ID.
Upgrade a plugin to the latest version asynchronously and return the task ID.
X-API-Key<token>
In: header
Path Parameters
plugin_name*string
Response Body
application/json
curl -X POST "https://example.com/api/v1/plugins/string/string/upgrade"{ "code": 0, "data": { "task_id": 0 }}