预算管理
更新 API Key 预算配置
PUT
请求头
string
必填
枚举值:
application/jsonstring
必填
Bearer 身份验证格式,例如:Bearer {{API 密钥}}。
请求体
string
必填
目标 API Key 所属成员的子用户账号 ID。
string
必填
目标 API Key ID。
string
必填
预算类型。取值:
Unlimited(无限制)、One-time(一次性)、Recurring(循环)。int64
预算上限,单位为 1/10000 元(即 10000 = 1 元)。当
budget_type 不为 Unlimited 时必填,最低值为 10000(即 1 元)。string
重置周期。当
budget_type=Recurring 时必填,当前仅支持 Monthly(按月)。响应
请求成功后返回 HTTP 200,响应体为空。最后修改于 2026年4月20日