Updates the automation with the specified id for a given projecttemplate.

PUT

Updates the specified automation for a specific projecttemplate. To update the the automation the user needs to have ‘write’ permissions of the feature ‘project-manage-config’ globally.

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

Path parameters

automationIdstringRequired
projectTemplateIdstringRequired

Request

This endpoint expects an object.
enabledbooleanRequired
Whether the automation is enabled.
triggerobjectRequired

Response

This endpoint returns an object
idstringOptional
The id of the automation.
createdBystringOptional
The id of the user who created the automation.
createdOndatetimeOptional
The date the automation was created.
updatedBystringOptional
The id of the user who updated the automation.
updatedOndatetimeOptional
The date the automation was updated.
triggerIdstringOptional
The id of the trigger which is related to the automation.
triggerobjectOptional
enabledbooleanOptional
Whether the automation is enabled.
statestringOptional
The state of the automation. See AutomationsService.DAL.Models.AutomationState for the possible values.
createdByProjectTemplatebooleanOptional
Whether the automation was created from an automation template of a project template.
projectIdstringOptional
The id of the project which is related to the automation.
projectTemplateIdstringOptional
The id of the project template which is related to the automation.
actionslist of objectsOptional
The actions which is related to the automation.
failedobjectOptional