v1

latestOpenAPI 3.0.32026-07-24614422630.2 KB
Version Management

Duplicate a Version

Asynchronously creates a new Version entity based on an existing one. This operation returns a request_id for tracking.

post/api/v1/version/duplicate

Request body

version_idstring required

ID of the version that should be duplicated.

new_version_namestring required

Name for the new version.

commentstring

Comments for the newly created version.

to_account_instancestring

Instance name of the Account where the version should be duplicated to (e.g., for Sandbox to Production).

Response

Success. The duplication process has started.

request_idstring

The ID of the asynchronous request for tracking.