Routing
app.swagger_ui
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/v1/doc
| # | 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 | ppapi_v1_authentication_authenticate | /authenticate | Path does not match |
| 13 | facebook_redirect | /authenticate/facebook | Path does not match |
| 14 | google_redirect | /authenticate/google | Path does not match |
| 15 | ppapi_v1_cjaggregator_cjaggregatordomainslist | /cj-domains | Path does not match |
| 16 | ppapi_v1_categories_shopcategories | /shop-categories | Path does not match |
| 17 | ppapi_v1_exchangerate_getexchangerate | /exchange-rate | Path does not match |
| 18 | ppapi_v1_feedback_feedback | /feedback | Path does not match |
| 19 | ppapi_v1_legacycompatibility_vouchers | /shop-vouchers | Path does not match |
| 20 | ppapi_v1_legacycompatibility_promotedlinks | /promoted-links | Path does not match |
| 21 | ppapi_v1_legacycompatibility_paymentrequests | /payment-requests | Path does not match |
| 22 | ppapi_v1_notifications_notviewednotifications | /notifications/{user_id} | Path does not match |
| 23 | ppapi_v1_notifications_marknotificationasviewed | /notifications/seen/{notification_id} | Path does not match |
| 24 | ppapi_v1_offlinecashback_getofflinecashbackrequestslist | /offline-cashback/requests | Path does not match |
| 25 | ppapi_v1_offlinecashback_getcurrentofflinecashbackrequestforstore | /offline-cashback/requests/store/{store}/current-request | Path does not match |
| 26 | ppapi_v1_offlinecashback_createofflinecashbackrequestforstore | /offline-cashback/requests/store/{store} | Path does not match |
| 27 | ppapi_v1_passwordrecovery_passwordrecovery | /password/recovery | Path does not match |
| 28 | ppapi_v1_passwordsetting_passwordset | /password/set | Path does not match |
| 29 | ppapi_v1_promotions_categorizedshoppromotions | /categorized-shop-actions | Path does not match |
| 30 | ppapi_v1_promotions_listactivepromotions | /shop-actions | Path does not match |
| 31 | ppapi_v1_search_fulltext | /fulltext | Path does not match |
| 32 | ppapi_v1_search_search | /search/{user_id}/{search_phrase} | Path does not match |
| 33 | ppapi_v1_shops_categorizedshops | /categorized-shops | Path does not match |
| 34 | ppapi_v1_shops_shopslist | /shops | Path does not match |
| 35 | ppapi_v1_shops_shopdetail | /shop/{shop} | Path does not match |
| 36 | ppapi_v1_users_userdetail | /me | Path does not match |
| 37 | ppapi_v1_users_userdetailupdate | /me | Path does not match |
| 38 | ppapi_v1_users_usertransactions | /me/transactions | Path does not match |
| 39 | ppapi_v1_users_userpaymentrequests | /me/payment-requests | Path does not match |
| 40 | ppapi_v1_users_setuserfavoriteshop | /me/favorite-shops | Path does not match |
| 41 | ppapi_v1_users_removeuserfavoriteshop | /me/favorite-shops/{shop} | Path does not match |
| 42 | ppapi_v1_users_userrecommendedshops | /me/recommended-shops | Path does not match |
| 43 | ppapi_v1_users_userfavoriteshops | /me/favorite-shops | Path does not match |
| 44 | ppapi_v1_users_newuser | /users | Path does not match |
| 45 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 46 | app.swagger | /api/v1/doc.json | Path does not match |
| 47 | app.swagger_ui | /api/v1/doc | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.