Applications
Clone
Clone an application to a destination owned by the authenticated team.
post/applications/{uuid}/clone
Path parameters
uuidstring required
UUID of the application.
Request body
Response
Application cloned.
Example response
{
"message": "Application cloned."
}