Skip to main content
POST
/
api
/
v1
/
plugins
/
{author}
/
{plugin_name}
/
upgrade
升级插件
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
  }
}

Authorizations

X-API-Key
string
header
required

Path Parameters

author
string
required
plugin_name
string
required

Response

200 - application/json

成功

code
integer
Example:

0

data
object