Reporting new stage
This page describes how to report new stage not connected with any route (free ride).
Starting route#
- Url: `https://velo-europe.de/api/{lang}/report-track-stage
- Method:
POST Authentication required- Content-Type:
application/json - Required parameters in
jsonrequest body:name-string- name of user's routedescription-string- optional descriptioncoordinates-array of objects- required- single
coordinateobject contains:lat-float- requiredlng-float- requiredel-int | float- required (elevation)
- single
Example request body#
Returned data#
- simple object with
success- boolean field
or ..
400 error with errors in json response data.