/admin/billing/usage-stats/{tenant_id}/{id}
管理员手动修正指定租户的使用统计数据(用于异常数据修正)
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
|---|---|---|---|---|---|---|---|
tenant_id |
path |
string |
Yes | 租户ID | |||
id |
path |
string |
Yes | 使用统计记录ID |
Request Body
Accepts an empty JSON object {}
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | 使用统计更新成功 | object |
| 400 | 请求参数错误 | object |
| 401 | 未授权 | object |
| 403 | 无权限 | object |
| 500 | 服务器内部错误 | object |