Skip to content

Commit

Permalink
Merge pull request #2514 from jsonwan/github_feat/account
Browse files Browse the repository at this point in the history
feat: 提供账号查询、创建、删除的APIGW接口 #2472
  • Loading branch information
jsonwan authored Oct 13, 2023
2 parents fd8e586 + e6cdf7e commit b1f4a6b
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 b1f4a6b

Please sign in to comment.