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.
<Check title="Required Permissions">The user must be an admin or have `project-manage-config:write` permissions.</Check>
Path parameters
projectTemplateId
The id of the project template.
automationId
The id of the automation.
actionId
The id of the action.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
The model to update an action.
type
The type of the action.
values
The values of the action.
order
The order of the action.
Response
OK
id
The id of the action.
createdBy
The id of the user who created the action.
createdOn
The date the action was created.
updatedBy
The id of the user who updated the action.
updatedOn
The date the action was updated.
type
The type of the action.
order
The order of the action.
values
The values of the action.