From da880ee8ea4bcf9f4520585a9a7a7335dae82658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rainer=20G=C3=BCmpelein?= Date: Wed, 22 Nov 2023 18:18:28 +0000 Subject: [PATCH] Update 3.4. pri request=stations_available --- 3.4.-pri-request=stations_available.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/3.4.-pri-request=stations_available.md b/3.4.-pri-request=stations_available.md index 6212a57..9115a20 100644 --- a/3.4.-pri-request=stations_available.md +++ b/3.4.-pri-request=stations_available.md @@ -15,11 +15,12 @@ | description | o | text<=20 | short station description | | gps | + | array | GPS: latitude, longitude | | station | + | text | station prefix_number | -| station_group | + | array | deprecated, it will be substituted by station_type object | +| station_group | + | array | deprecated, it is substituted by station_type object | | gps_radius | + | text | geofencing by meters around station, for bike return. | | uri_operator | + | text | URI of operator-server | | station_type | + | object | station values (see example). It can be "cargo" and/or "city" bike objects | | operator_data | o | object | operator values (see example) | +| bikes_occupied | o | object | implicit returning the json object which is defined in "request=user_bikes_occupied" | **station_type** describes which **bike_group** are allowed at the station. @@ -69,5 +70,6 @@ https://shareeapp-primary.example.tld/APIjsonserver?request=stations_available&a }, "WUE9302" : { ... - } + }, + "bikes_occupied" : {} ``` \ No newline at end of file