Skip to content

Commit aa60b88

Browse files
authored
[Doc] Retour chariot à la con
1 parent 1bfc82f commit aa60b88

File tree

1 file changed

+1
-2
lines changed
  • documentation/slate/source/includes

1 file changed

+1
-2
lines changed

documentation/slate/source/includes/apis.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -986,8 +986,7 @@ See how disruptions affect a journey in the [real time](#realtime) section.
986986
|nop | allowed_id[] | id | If you want to use only a small subset of the public transport objects in your solution. The constraint intersects with `forbidden_uris[]`. For example, if you ask for `allowed_id[]=line:A&forbidden_uris[]=physical_mode:Bus`, only vehicles of the line A that are not buses will be used. | everything |
987987
| nop | first_section_mode[] | array of string | Force the first section mode if the first section is not a public transport one. It takes the following values: `walking`, `car`, `bike`, `bss`, `ridesharing`, `taxi`.<br>It's an array, you can give multiple modes.<br><br>See [Ridesharing](#ridesharing-stuff) and [Taxi](#taxi-stuff) sections for more details on these modes.<br>`bss` stands for bike sharing system.<br>Note: choosing `bss` implicitly allows the `walking` mode since you might have to walk to the bss station.<br> Note 2: The parameter is inclusive, not exclusive, so if you want to forbid a mode, you need to add all the other modes.<br> Eg: If you never want to use a `car`, you need: `first_section_mode[]=walking&first_section_mode[]=bss&first_section_mode[]=bike&last_section_mode[]=walking&last_section_mode[]=bss&last_section_mode[]=bike` | walking |
988988
| nop | last_section_mode[] | array of string | Same as first_section_mode but for the last section | walking |
989-
| nop | language | enum | Language for path guidance in walking sections.<br>Enum values:<ul><li>de-DE</li><li>en-GB</li><li>en-US</li><li>es-ES</li><li>fr-FR</li>
990-
<li>hi-IN</li><li>it-IT</li><li>ja-JP</li><li>nl-NL</li><li>pt-PT</li><li>ru-RU</li></ul> | fr-FR |
989+
| nop | language | enum | Language for path guidance in walking sections.<br>Enum values:<ul><li>de-DE</li><li>en-GB</li><li>en-US</li><li>es-ES</li><li>fr-FR</li><li>hi-IN</li><li>it-IT</li><li>ja-JP</li><li>nl-NL</li><li>pt-PT</li><li>ru-RU</li></ul> | fr-FR |
991990
| nop | depth | int | Json response [depth](#depth) | 1 |
992991
993992
### Other parameters

0 commit comments

Comments
 (0)