/track/edit
From EveryTrail API Developer Documentation
Contents |
URL
/api/track/edit
Semantics
Edit an existing track
Parameters
| Parameter name | Parameter format | Required | Description |
|---|---|---|---|
| username | string | yes | username of user performing the request |
| password | string | yes | password of user performing the request |
| track_id | int | yes | The id of the track to edit |
| name | string | no | The name of the track |
| gpx | binary | no | The GPX XML file in binary format |
Success Response
<etTrackEditResponse status="success"> <trackId>${track ID}</trackId> </etTrackEditResponse>
Error Reponse
<etTrackEditResponse status="error"> <trackId>${track ID}</trackId> ${error reponse} </etTrackEditResponse>
${track ID}: integer ID of the track on the server
${error reponse}: See format in Error Reponse Format
