workflow

更新工单(工单被驳回、工单被关闭、执行成功、执行失败后才可更新)

update workflow when it is rejected to creator.

patch/v2/projects/{project_name}/workflows/{workflow_id}/

Path parameters

workflow_idstring required

workflow id

project_namestring required

project name

Request body

descstring
task_idsinteger[]

Response

OK

codeinteger
messagestring

Example response

{
  "message": "ok"
}

Changes

No recorded changes to this endpoint across all 55 revisions of this API.