Clone automation

Clone an Automation.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

automation
idstringOptionalformat: "^[0-9a-f]{24}$"
A string which is formatted like an ObjectId, Distinct from an actual ObjectId.
namestring or nullOptional>=1 character
An optional name to use for the clone.

Response

The result of the clone operation.
messagestring

A human-readable message summarizing the result of the operation

dataany
Any successfully retrieved information related to the request.
metadataobject

Any structured, wordy or machine-readable information related to the result of the operation. For success responses, this may contain information like pagination values from a search operation.

Errors

500
Internal Server Error