跳转到主要内容
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
}

授权

X-API-Key
string
header
必填

路径参数

author
string
必填
plugin_name
string
必填

请求体

application/json

插件配置键值对

响应

200 - application/json

操作成功

code
integer
示例:

0