Skip to main content
PUT
/
api
/
v1
/
plugins
/
{author}
/
{plugin_name}
/
config
更新插件配置
curl --request PUT \
  --url http://localhost:5300/api/v1/plugins/{author}/{plugin_name}/config \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{
  "code": 0
}

Authorizations

X-API-Key
string
header
required

Path Parameters

author
string
required
plugin_name
string
required

Body

application/json

插件配置键值对

Response

200 - application/json

操作成功

code
integer
Example:

0