Skip to content

Commit

Permalink
feat: 提供账号查询、创建、删除的APIGW接口 #2472
Browse files Browse the repository at this point in the history
更正api-gateway删除账号接口文档
  • Loading branch information
jsonwan committed Oct 12, 2023
1 parent 181d2da commit e6cdf7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apidoc/bk-api-gateway/v3/zh/delete_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| Accept | string || 固定值。application/json|
| Content-Type | string || 固定值。application/json|

#### Query参数
#### Path参数

| 字段 | 类型 | 必选 | 描述 |
|---------------|------------|--------|------------|
Expand All @@ -26,7 +26,7 @@

- DELETE
```json
/api/v3/delete_account?bk_scope_type=biz&bk_scope_id=1&id=70
/api/v3/scope/biz/1/accounts/70
```

### 返回结果示例
Expand Down

0 comments on commit e6cdf7e

Please sign in to comment.