post https://{hostname}/api-definitions/v2/endpoints//versions//cloneVersion
Creates a new endpoint version as a clone of an existing version. The system assigns a new number to the version that you clone.
Responses
Creates a new endpoint version as a clone of an existing version. The system assigns a new number to the version that you clone.
xxxxxxxxxx
curl --request POST \
--url https://hostname/api-definitions/v2/endpoints/apiEndPointId/versions/versionNumber/cloneVersion \
--header 'accept: application/json'