Files
api-specs/nerm/paths/workflow_actions/status_change_action.yaml
2023-08-23 12:12:13 -04:00

15 lines
428 B
YAML

post:
summary: Create a status change action
operationId: createStatusChangeAction
description: Create a status change action
tags:
- workflow actions
requestBody:
$ref: "../../requestBodies/POST/WorkflowActions/StatusChangeAction.yaml"
responses:
'200':
$ref: "../../responses/WorkflowAction.yaml"
'400':
$ref: "../../responses/400.yaml"
'500':
$ref: "../../responses/500.yaml"