summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-12-14 23:46:36 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-12-14 23:46:36 +0100
commit7ae60f2ea44aa61ed0d9451c4389b6d7630d583e (patch)
treecc0cddad42d299a9815d7d2b06579c6a144266f8 /templates
parent46fc64de4831e90971c4a3db91d6fcfa3628a2d0 (diff)
Travel API: comment support
Diffstat (limited to 'templates')
-rw-r--r--templates/api_documentation.html.ep6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/api_documentation.html.ep b/templates/api_documentation.html.ep
index b831e33..b9b7b44 100644
--- a/templates/api_documentation.html.ep
+++ b/templates/api_documentation.html.ep
@@ -85,7 +85,8 @@
"no" : "1234",<br/>
}<br/>
"fromStation" : "Essen Hbf", (DS100 oder EVA-Nummer sind ebenfalls möglich)<br/>
- "toStation" : "Berlin Hbf" (optional, DS100 oder EVA-Nummer sind ebenfalls möglich)<br/>
+ "toStation" : "Berlin Hbf", (optional, DS100 oder EVA-Nummer sind ebenfalls möglich)<br/>
+ "comment" : "Beliebiger Text" (optional)<br/>
}
</p>
<p>Payload zur Wahl eines neuen Ziels, wenn bereits eingecheckt:</p>
@@ -94,7 +95,8 @@
"token" : "<%= $uid %>-<%= $token->{import} // 'TOKEN' %>",<br/>
"action" : "checkout",<br/>
"force" : True/False, (wenn True: Checkout jetzt durchführen und auftretende Fehler ignorieren. Kann zu Logeinträgen ohne Ankunftsdaten führen.)<br/>
- "toStation" : "Berlin Hbf" (DS100 oder EVA-Nummer sind ebenfalls möglich)<br/>
+ "toStation" : "Berlin Hbf", (DS100 oder EVA-Nummer sind ebenfalls möglich)<br/>
+ "comment" : "Beliebiger Text" (optional)<br/>
}
</p>
<p>Payload zum Rückgängigmachen eines Checkins (nur während der Fahrt möglich):</p>