Updates a specifc action of an automation of a projecttemplate.

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

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

Path parameters

projectTemplateIdUUIDRequired
The id of the project template.
automationIdUUIDRequired
The id of the automation.
actionIdUUIDRequired
The id of the action.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
typestringRequired>=1 character
The type of the action.
valueslist of objectsRequired
The values of the action.
orderdouble or nullOptional
The order of the action.

Response

OK
idUUIDOptional
The id of the action.
createdByUUIDOptional
The id of the user who created the action.
createdOndatetimeOptional
The date the action was created.
updatedByUUIDOptional
The id of the user who updated the action.
updatedOndatetimeOptional
The date the action was updated.
typestring or nullOptional
The type of the action.
orderdouble or nullOptional
The order of the action.
valueslist of objectsOptional
The values of the action.