Skip to main content

Restart (clone)

This page describes how to restart (clone) route.

Route details#

  • Url: https://velo-europe.de/api/{lang}/proxy/track/{track-uuid}/clone
  • Method: POST
  • Authentication required
  • Content-Type: application/json

Path params#

  • track-uuid - string - required

Response body#

Response contains partial Route object.

{
"plannedTrackId": 492,
"trackId": 1367,
"name": "new name - Clone",
"ascent": 0,
"descent": 0,
"trackDistance": 0,
"uuid": "pt-492",
"totalStages": 0,
"currentStageNumber": 1
}

Example request#

curl --location --request POST 'https://velo-europe.de/api/de/proxy/track/pt-474/clone' \
--header 'Authorization: Bearer ZDAzOTcxNDQ0OTI3YzVjZWQ5MWNhMzFiOGZkYTg1OWY4NDg1ZmE1NzZlMzdiNGUxMjE1OGNiN2VkY2I2MjkyNw'