Feature Flags
功能开关管理。需要 platform_admin 权限。
创建 Feature Flag
请求体
| 字段 | 类型 | 必填 |
|---|---|---|
key | string | 是 |
description | string | 否 |
default_value | bool | 是 |
响应 201 Created
列出 Feature Flags
获取 Feature Flag
更新 Feature Flag
请求体
| 字段 | 类型 |
|---|---|
default_value | bool |
删除 Feature Flag
响应
组织级覆盖
设置覆盖
请求体
| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
org_id | string | 是 | 目标组织 |
enabled | bool | 是 | 对该组织的覆盖值 |
响应
列出覆盖
删除覆盖
响应