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
Response
OK
Example response
{
"message": "ok"
}