Routing
nelmio_api_doc.swagger_ui
Matched route
Route Parameters
| Name | Value |
|---|---|
| area | "default" |
Route Matching Logs
Path to match:
/api/doc/default/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | ws-passenger-get-bookings | /passenger/bookings | Path does not match |
| 13 | ws-passenger-get-booking | /passenger/booking/{code} | Path does not match |
| 14 | ws-passenger-get-booking-statuses | /passenger/bookingstatuses | Path does not match |
| 15 | ws-passenger-create-dispute | /passenger/dispute/{code} | Path does not match |
| 16 | ws-passenger-get-dispute-comments | /passenger/dispute/{code}/comments | Path does not match |
| 17 | ws-passenger-create-rating | /passenger/booking/{code}/rating | Path does not match |
| 18 | get-firmware-version-by-category | /public/firmware/{category} | Path does not match |
| 19 | ws-get-prefixes | /passenger/prefixes | Path does not match |
| 20 | ws-get-countries | /passenger/countries | Path does not match |
| 21 | ws-passenger-check | /passenger/checkaccount/{prefix}/{phone} | Path does not match |
| 22 | ws-passenger-subscribe-step1 | /passenger/subscribe-sms/{prefix}/{phone} | Path does not match |
| 23 | ws-passenger-subscribe | /passenger/subscribe | Path does not match |
| 24 | ws-passenger-resetpassword | /passenger/resetpassword | Path does not match |
| 25 | ws-passenger-forgotpassword | /passenger/forgotpassword/{prefix}/{phone} | Path does not match |
| 26 | ws-passenger-edit-profile | /passenger/profile | Path does not match |
| 27 | ws-passenger-logout | /passenger/logout | Path does not match |
| 28 | ws-passenger-create-address | /passenger/address | Path does not match |
| 29 | ws-passenger-remove-address | /passenger/address/{addressCode} | Path does not match |
| 30 | ws-passenger-addresses | /passenger/addresses | Path does not match |
| 31 | ws-passenger-tc | /passenger/tc/{iso} | Path does not match |
| 32 | ws-passenger-pp | /passenger/pp/{iso} | Path does not match |
| 33 | ws-passenger-faqs | /passenger/faqs/{iso} | Path does not match |
| 34 | ws-passenger-car-types | /passenger/car-types | Path does not match |
| 35 | ws-passenger-create-contact | /passenger/contact | Path does not match |
| 36 | ws-passenger-accept-tc | /passenger/accepttc/{code} | Path does not match |
| 37 | ws-passenger-update-fcm | /passenger/fcm | Path does not match |
| 38 | ws-passenger-update-country | /passenger/country | Path does not match |
| 39 | ws-passenger-delete-account | /passenger/remove-account | Path does not match |
| 40 | ws-passenger-download-history | /passenger/download-history | Path does not match |
| 41 | ws-passenger-get-coins-history | /passenger/coins-history | Path does not match |
| 42 | get-firmware-version | /passenger/firmware/{iso} | Path does not match |
| 43 | ws-passenger-informations | /passenger/informations | Path does not match |
| 44 | home | / | Path does not match |
| 45 | api_home | /api | Path does not match |
| 46 | api_doc_home | /api/doc/ | Path does not match |
| 47 | jwt_token_authenticate | /tokenauthenticate | Path does not match |
| 48 | jwt_loginpassword_authenticate | /authenticate | Path does not match |
| 49 | ws-back-wordings-list | /back/wordings | Path does not match |
| 50 | ws-back-wording-create-translation | /back/wording/{code}/translation | Path does not match |
| 51 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 52 | app.swagger | /api/doc.json | Path does not match |
| 53 | nelmio_api_doc.swagger_ui | /api/doc/{area}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.