File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 },
1010 "[markdown]" : {
1111 "editor.defaultFormatter" : " esbenp.prettier-vscode"
12+ },
13+ "[yaml]" : {
14+ "editor.formatOnSave" : false
1215 }
13- }
16+ }
Original file line number Diff line number Diff line change @@ -280,6 +280,18 @@ resources:
280280 methods :
281281 trigger : post /v1/workflows/{key}/trigger
282282 cancel : post /v1/workflows/{key}/cancel
283+ workflow_recipient_runs :
284+ models :
285+ workflow_recipient_run : ' #/components/schemas/WorkflowRecipientRun'
286+ workflow_recipient_run_detail : ' #/components/schemas/WorkflowRecipientRunDetail'
287+ workflow_recipient_run_event : ' #/components/schemas/WorkflowRecipientRunEvent'
288+ methods :
289+ list :
290+ endpoint : get /v1/workflow_recipient_runs
291+ get :
292+ type : http
293+ endpoint : get /v1/workflow_recipient_runs/{id}
294+ positional_params : [ id ]
283295 schedules :
284296 models :
285297 schedule : ' #/components/schemas/Schedule'
You can’t perform that action at this time.
0 commit comments