Files
api-specs/nerm/paths/workflow_actions/workflow_action.yaml
developer-relations-sp bc2bf373bc Automated commit 'Merge pull request #16 from sailpoint/NEROCKET-294
NEROCKET-294 Create and Deploy Api Docs For Cypress PreReq - GET work…' by github action: 7143373087
2023-12-08 15:47:25 +00:00

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"