projectAutomations
Updates the automation with the specified id.
Updates the automation with the specified id. The user needs to be the owner of the project or have 'write' permissions of the feature 'project-master-data' globally or in the project. If the automation was created from a workflow, only the Enabled flag can be changed.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
put/projects/{projectId}/automations/{automationId}
Path parameters
automationIdstring uuid required
The id of the automation.
projectIdstring uuid required
The id of the project.
Headers
Authorizationstring required
Bearer authentication
Request body
Response
OK
Changes
Changed in 1 of the 5 revisions of this API.2
- ▲
the
trigger/typerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
trigger/values/items/namerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲