Skip to content

Commit 00f465a

Browse files
committed
feat(KNO-12791): Add workflow recipient runs to docs
1 parent b6996f5 commit 00f465a

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
},
1010
"[markdown]": {
1111
"editor.defaultFormatter": "esbenp.prettier-vscode"
12+
},
13+
"[yaml]": {
14+
"editor.formatOnSave": false
1215
}
13-
}
16+
}

data/specs/api/stainless.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)