Creates a new action for an automation of a projecttemplate.

POST

Creates an action for a specific automation of a projecttemplate including all its values. The user needs ‘write’ permissions of the feature ‘project-manage-config’ to create action data.

Required Permissions: The user must be an admin or have project-manage-config:write permissions.

Path parameters

projectTemplateIdstringRequired
The id of the project template.
automationIdstringRequired
The id of the automation.

Request

This endpoint expects an object.
typestringRequired
The type of the action.
valueslist of objectsRequired
The values of the action.
orderdoubleOptional
The order of the action.

Response

This endpoint returns an object
idstringOptional
The id of the action.
createdBystringOptional
The id of the user who created the action.
createdOndatetimeOptional
The date the action was created.
updatedBystringOptional
The id of the user who updated the action.
updatedOndatetimeOptional
The date the action was updated.
typestringOptional
The type of the action.
orderdoubleOptional
The order of the action.
valueslist of objectsOptional
The values of the action.