mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-07 20:37:44 +00:00
NEROCKET-294 Create and Deploy Api Docs For Cypress PreReq - GET work…' by github action: 7143373087
15 lines
408 B
YAML
15 lines
408 B
YAML
get:
|
|
summary: Get Workflow Actions
|
|
operationId: getWorkflowActions
|
|
description: This endpoint can retrieve workflow actions
|
|
tags:
|
|
- workflow actions
|
|
parameters:
|
|
- $ref: "../../parameters/query/workflow_id.yaml"
|
|
responses:
|
|
'200':
|
|
$ref: "../../responses/WorkflowActions.yaml"
|
|
'400':
|
|
$ref: "../../responses/400.yaml"
|
|
'500':
|
|
$ref: "../../responses/500.yaml" |