v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
projectTemplateAutomations

Updates a specifc action of an automation of a project template.

Returns an updated action for a specific automation of a project template including all its values. Actions of automations created from a workflow cannot be modified.

<Check title="Required Permissions" icon="key">The user must be an admin or have project-manage-config:write permissions.</Check>

put/projecttemplates/{projectTemplateId}/automations/{automationId}/actions/{actionId}

Path parameters

projectTemplateIdstring uuid required

The id of the project template.

automationIdstring uuid required

The id of the automation.

actionIdstring uuid required

The id of the action.

Headers

Authorizationstring required

Bearer authentication

Request body

typestring required

The type of the action.

ordernumber double nullable

The order of the action.

Response

OK

idstring uuid

The id of the action.

createdBystring uuid

The id of the user who created the action.

createdOnstring date-time

The date the action was created.

updatedBystring uuid

The id of the user who updated the action.

updatedOnstring date-time

The date the action was updated.

typestring nullable

The type of the action.

ordernumber double nullable

The order of the action.