cURL
curl --request POST \ --url http://localhost:5300/api/v1/plugins/{author}/{plugin_name}/upgrade \ --header 'X-API-Key: <api-key>'
{ "code": 0, "data": { "task_id": 123 } }
异步升级插件到最新版本,返回任务 ID。
成功
0
Show child attributes