Skip to content

Commit

Permalink
fix:update open api doc(#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence-lkq authored Jul 29, 2024
1 parent b3d852d commit 01ff549
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
#### 请求参数

| 参数名称 | 参数类型 | 必选 | 描述 |
| -------- | -------- | ---- | -------------------------- |
| version | string | | 版本号,须符合 Semver 规范 |
| title | string | | 版本标题 |
| comment | string | | 版本说明 |
| -------- | -------- |----| -------------------------- |
| version | string || 版本号,须符合 Semver 规范 |
| title | string | | 版本标题 |
| comment | string || 版本说明 |

### 请求参数示例

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
#### 请求参数

| 参数名称 | 参数类型 | 必选 | 描述 |
| ----------- | -------- | ---- | ------------------ |
| version | string | | 待发布版本的版本号 |
| stage_names | array | | 待发布环境列表 |
| comment | string | | 发布日志 |
| ----------- | -------- |----| ------------------ |
| version | string || 待发布版本的版本号 |
| stage_names | array | | 待发布环境列表 |
| comment | string | | 发布日志 |

### 请求参数示例

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
#### 请求参数

| 参数名称 | 参数类型 | 必选 | 描述 |
| ----------- | -------- | ---- | ---------------------- |
| description | string | | 网关描述 |
| maintainers | array | | 网关管理员 |
| is_public | boolean | | 网关是否公开,默认公开 |
| ----------- | -------- |----| ---------------------- |
| description | string | | 网关描述 |
| maintainers | array || 网关管理员 |
| is_public | boolean || 网关是否公开,默认公开 |

### 请求参数示例

Expand Down

0 comments on commit 01ff549

Please sign in to comment.