mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
15 lines
798 B
YAML
15 lines
798 B
YAML
post:
|
|
summary: Create a contributors action
|
|
operationId: createContributorsAction
|
|
description: Create a contributors action. The following supporting objects will need to be created after this action is created (which are tied together via workflow_action_id) - workflow_action_performers, workflow_action_roles, workflow_action_performer_notification_email. These supporting objects must be created for this action to be complete (APIs for these supporting objects not yet implemented, use UI).
|
|
tags:
|
|
- workflow actions
|
|
requestBody:
|
|
$ref: "../../requestBodies/POST/WorkflowActions/ContributorsAction.yaml"
|
|
responses:
|
|
'200':
|
|
$ref: "../../responses/WorkflowAction.yaml"
|
|
'400':
|
|
$ref: "../../responses/400.yaml"
|
|
'500':
|
|
$ref: "../../responses/500.yaml" |