Files
2023-08-24 12:56:53 +00:00

15 lines
426 B
YAML

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