Files
api-specs/nerm/paths/workflows/automated_workflow.yaml

15 lines
405 B
YAML

post:
summary: Create an automated workflow
operationId: createAutomatedWorkflow
description: Create an automated workflow
tags:
- workflows
requestBody:
$ref: "../../requestBodies/POST/Workflows/AutomatedWorkflow.yaml"
responses:
'200':
$ref: "../../responses/Workflow.yaml"
'400':
$ref: "../../responses/400.yaml"
'500':
$ref: "../../responses/500.yaml"