Skip to content

Commit

Permalink
Update 结果概览模块接口.md
Browse files Browse the repository at this point in the history
增加“api参数是否必填”的提示
  • Loading branch information
yyyangw authored Jul 1, 2024
1 parent 076b3e5 commit 461889f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions doc/zh/api/结果概览模块接口.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ GET /server/analysis/api/orgs/<org_sid>/teams/<team_name>/repos/<repo_id>/projec
#### 参数列表
| 参数 | 类型 | 描述 |
| --- | --- | --- |
| scan_revision | str | 指定查询的扫描版本号,如不指定则为当前项目最新的一次扫描 |
| scan_revision | str | 选填,指定查询的扫描版本号,如不指定则为当前项目最新的一次扫描 |

#### 返回结果
```JSON
Expand Down Expand Up @@ -459,8 +459,8 @@ GET /server/analysis/api/orgs/<org_sid>/teams/<team_name>/repos/<repo_id>/projec
#### 参数列表
| 参数 | 类型 | 描述 |
| --- | --- | --- |
| scan_time_before | str | 扫描任务起始时间,格式: 2021-01-01 00:00:00 |
| scan_time_after | str | 扫描任务结束时间 |
| scan_time_before | str | 选填,扫描任务起始时间,格式: 2021-01-01 00:00:00 |
| scan_time_after | str | 选填,扫描任务结束时间 |

#### 返回结果
```JSON
Expand Down Expand Up @@ -623,8 +623,8 @@ GET /server/analysis/api/orgs/<org_sid>/teams/<team_name>/repos/<repo_id>/projec
#### 参数列表
| 参数 | 类型 | 描述 |
| --- | --- | --- |
| scan_time_before | str | 扫描任务起始时间,格式: 2021-01-01 00:00:00 |
| scan_time_after | str | 扫描任务结束时间 |
| scan_time_before | str | 选填,扫描任务起始时间,格式: 2021-01-01 00:00:00 |
| scan_time_after | str | 选填,扫描任务结束时间 |

#### 返回结果
```JSON
Expand Down Expand Up @@ -682,8 +682,8 @@ GET /server/analysis/api/orgs/<org_sid>/teams/<team_name>/repos/<repo_id>/projec
#### 参数列表
| 参数 | 类型 | 描述 |
| --- | --- | --- |
| scan_time_before | str | 扫描任务起始时间,格式: 2021-01-01 00:00:00 |
| scan_time_after | str | 扫描任务结束时间 |
| scan_time_before | str | 选填,扫描任务起始时间,格式: 2021-01-01 00:00:00 |
| scan_time_after | str | 选填,扫描任务结束时间 |

#### 返回结果
```JSON
Expand Down Expand Up @@ -773,8 +773,8 @@ GET /server/analysis/api/orgs/<org_sid>/teams/<team_name>/repos/<repo_id>/projec
#### 参数列表
| 参数 | 类型 | 描述 |
| --- | --- | --- |
| scan_time_before | str | 扫描任务起始时间,格式: 2021-01-01 00:00:00 |
| scan_time_after | str | 扫描任务结束时间 |
| scan_time_before | str | 选填,扫描任务起始时间,格式: 2021-01-01 00:00:00 |
| scan_time_after | str | 选填,扫描任务结束时间 |

#### 返回结果
```JSON
Expand Down

0 comments on commit 461889f

Please sign in to comment.