Updates a specifc action of an automation.

Updates an exsting action including its values for an automation. The user needs to be owner of the project or needs permission ‘write’ of the feature ‘project-master-data’ globally or in the project.

Required Permissions
Any authenticated user.

Path parameters

projectIdUUIDRequired
The id of the project of the automation.
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
idUUID or null
The id of the action.
createdByUUID or null
The id of the user who created the action.
createdOndatetime or null
The date the action was created.
updatedByUUID or null
The id of the user who updated the action.
updatedOndatetime or null
The date the action was updated.
typestring or null
The type of the action.
orderdouble or null
The order of the action.
valueslist of objects or null
The values of the action.