diff --git a/3.4.-pri-request=stations_available.md b/3.4.-pri-request=stations_available.md index 9f05403..76e0d3c 100644 --- a/3.4.-pri-request=stations_available.md +++ b/3.4.-pri-request=stations_available.md @@ -16,10 +16,9 @@ | gps | + | array | GPS: latitude, longitude | | station | + | text | station prefix_number | | station_group | + | array | station_group describes which bike_groups are allowed at the station | -| authed | o | text | return 1 if user is authenticated on operator | | gps_radius | + | text | geofencing by meters around station, for bike return. | | uri_operator | + | text | URI of operator-server | -| bike_count | + | text | Amount of available bikes on station | +| station_type | + | object | station values (see example) | | operator_data | o | object | operator values (see example) | @@ -65,7 +64,12 @@ https://shareeapp-primary.example.tld/APIjsonserver?request=stations_available&a "longitude" : " 7.765779379576922" }, "gps_radius" : "100", - "bike_count" : "2" + "station_type" : { + "cargo" : { + "bike_group" : "WUE300101", + "bike_count" : "2" + } + } }, "WUE9302" : { ...