Files
api-specs/nerm/paths/workflow_actions/ask_security_question_action.yaml
2023-08-23 15:05:25 -04:00

15 lines
457 B
YAML

post:
summary: Create ask security question action
operationId: createAskSecurityQuestionAction
description: Create an ask security question action
tags:
- workflow actions
requestBody:
$ref: "../../requestBodies/POST/WorkflowActions/AskSecurityQuestionAction.yaml"
responses:
'200':
$ref: "../../responses/WorkflowAction.yaml"
'400':
$ref: "../../responses/400.yaml"
'500':
$ref: "../../responses/500.yaml"