/track/edit

From EveryTrail API Developer Documentation

Jump to: navigation, search

Contents

URL

/api/track/edit

Semantics

Edit an existing track

Parameters

Parameter nameParameter formatRequiredDescription
usernamestringyesusername of user performing the request
passwordstringyespassword of user performing the request
track_idintyesThe id of the track to edit
namestringnoThe name of the track
gpxbinarynoThe 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

Personal tools