Clone a decorator by ID
Creates a new decorator entry by cloning an existing one identified by its decorator ID.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
decoratorId
The ID of the decorator to clone.
Response
The newly created decorator entry resulting from the clone operation
Errors
500
Internal Server Error