v56

latestSwagger 2.0Apache 2.0raw.githubusercontent.com2026-08-0616186383.8 KB
配置管理

获取单个配置详情

根据配置键获取详细信息

get/configs/{key}

Path parameters

keystring required

配置键

Response

成功返回配置详情

idinteger

配置ID

keystring

配置键

updated_atstring

更新时间

valuestring

配置值(JSON格式)

Example response

{
  "id": 1,
  "key": "music_path",
  "updated_at": "2024-01-01T12:00:00Z",
  "value": "{\"path\":\"/music\"}"
}