阶段步骤修改接口

This commit is contained in:
moshenglv 2021-01-14 15:36:22 +08:00
parent a71f0b0550
commit ac6858a205
1 changed files with 9 additions and 8 deletions

View File

@ -4408,10 +4408,11 @@ curl --location --request POST 'http://localhost:3000/api/ci/pipelines/1/2/stage
*请求参数说明:*
| 参数名 | 必选 | 类型 | 说明 |
| ----------- | ---- | ------ | -------------------------------- |
| ---------------- | ---- | ------ | -------------------------------- |
| steps | 是 | arr | 需要更新step数组 |
| id | 是 | int | 流水线id |
| step_id | 是 | int | 阶段id存在则更新不存在新增 |
| stage_id | 是 | int | 阶段id |
| id数组中的id | 否 | int | 步骤id存在则更新不存在新增 |
| step_name | 是 | string | 阶段名称(阶段名-模板名) |
| content | 是 | string | 步骤内容 |
| template_id | 是 | int | 模板id |