---
title: "更新插件配置"
method: PUT
path: "/api/v1/plugins/{author}/{plugin_name}/config"
tags: ["Plugins"]
---

# 更新插件配置

`PUT /api/v1/plugins/{author}/{plugin_name}/config`

## Path parameters

- `author` string, required
- `plugin_name` string, required

## Request body

- object — 插件配置键值对

## Response `200`

操作成功

- object
  - `code` integer

---

[API](https://skmtc.dev/langbot/apis/langbot-service-api.md) · [All operations](https://skmtc.dev/langbot/apis/langbot-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langbot/langbot-service-api/revisions/2384dee8c36a/schema)
