跳到主要内容
版本:2.1.0

更新反应设置

PUT /settings/reactions HTTP/1.1
Content-Type: application/json

{
"ServerStart": [
"[g]服务器已启动"
],
// ...
}

请求

方法

PUT

请求体参数

参数名说明
ReactionType中的一个反应类型

响应

状态码

200

响应示例

{
"data": null,
"errorMsg": null,
"details": [],
"time": "2025-07-04T18:17:09.8104921+08:00"
}