From 461889f45c388127b241052db752c8cadf140651 Mon Sep 17 00:00:00 2001 From: creme <130219406+yyyangw@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:24:11 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E7=BB=93=E6=9E=9C=E6=A6=82=E8=A7=88?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=8E=A5=E5=8F=A3.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加“api参数是否必填”的提示 --- ...241\345\235\227\346\216\245\345\217\243.md" | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git "a/doc/zh/api/\347\273\223\346\236\234\346\246\202\350\247\210\346\250\241\345\235\227\346\216\245\345\217\243.md" "b/doc/zh/api/\347\273\223\346\236\234\346\246\202\350\247\210\346\250\241\345\235\227\346\216\245\345\217\243.md" index bcbbfe638..4ffaba12b 100644 --- "a/doc/zh/api/\347\273\223\346\236\234\346\246\202\350\247\210\346\250\241\345\235\227\346\216\245\345\217\243.md" +++ "b/doc/zh/api/\347\273\223\346\236\234\346\246\202\350\247\210\346\250\241\345\235\227\346\216\245\345\217\243.md" @@ -278,7 +278,7 @@ GET /server/analysis/api/orgs//teams//repos//projec #### 参数列表 | 参数 | 类型 | 描述 | | --- | --- | --- | -| scan_revision | str | 指定查询的扫描版本号,如不指定则为当前项目最新的一次扫描 | +| scan_revision | str | 选填,指定查询的扫描版本号,如不指定则为当前项目最新的一次扫描 | #### 返回结果 ```JSON @@ -459,8 +459,8 @@ GET /server/analysis/api/orgs//teams//repos//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 @@ -623,8 +623,8 @@ GET /server/analysis/api/orgs//teams//repos//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 @@ -682,8 +682,8 @@ GET /server/analysis/api/orgs//teams//repos//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 @@ -773,8 +773,8 @@ GET /server/analysis/api/orgs//teams//repos//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