Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:update open api doc #764

Merged
merged 1 commit into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading