Routing
app.swagger_ui
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | admin | / | Path almost matches, but Host "staging.doc.api.gifted.games" does not match the requirement ("staging.admin.gifted.games") |
| 14 | admin.login | /login | Path does not match |
| 15 | admin.show_stats | /admin/stats | Path does not match |
| 16 | api.contest.cancel | /contests/{contest}/cancel | Path does not match |
| 17 | api.contest.create | /contests | Path does not match |
| 18 | api.contest.decline | /contests/{contest}/decline | Path does not match |
| 19 | api.contest.list | /contests | Path does not match |
| 20 | api.contest.result.create | /contests/{contest}/results | Path does not match |
| 21 | api.contest.show | /contests/{contest} | Path does not match |
| 22 | api.game.list | /games | Path does not match |
| 23 | api.game.show | /games/{game} | Path does not match |
| 24 | api.api_key | /api-key | Path does not match |
| 25 | api.buy_tickets | /me/buy-tickets | Path does not match |
| 26 | api.me.deviceToken.add | /me/device-token | Path does not match |
| 27 | api.me.game.add | /me/games | Path does not match |
| 28 | api.me.game.delete | /me/games/{game} | Path does not match |
| 29 | api.notification.list | /me/notifications | Path does not match |
| 30 | api.notification.show | /me/notifications/{notification} | Path does not match |
| 31 | api.notification.update | /me/notifications/{notification} | Path does not match |
| 32 | api.psRequest.create | /me/ps-requests | Path does not match |
| 33 | api.me.reward.create | /me/rewards | Path does not match |
| 34 | api.me.reward.list | /me/rewards | Path does not match |
| 35 | api.me | /me | Path does not match |
| 36 | transaction.create | /me/transactions | Path does not match |
| 37 | api.update | /me | Path does not match |
| 38 | api.player.create | /players | Path does not match |
| 39 | api.player.list | /players | Path does not match |
| 40 | api.player.show | /players/{player} | Path does not match |
| 41 | api.prize.list | /prizes | Path does not match |
| 42 | api.shopItem.buy | /shop-items/{shopItem}/buy | Path does not match |
| 43 | api.shopItem.list | /shop-items | Path does not match |
| 44 | api.datetime | /datetime | Path does not match |
| 45 | homepage | / | Path almost matches, but Host "staging.doc.api.gifted.games" does not match the requirement ("staging.api.gifted.games") |
| 46 | api.sso_auth | /sso-auth | Path does not match |
| 47 | api.tournament.list | /tournaments | Path does not match |
| 48 | api.tournament.register | /tournaments/{tournament}/register | Path does not match |
| 49 | api.tournament.show | /tournaments/{tournament} | Path does not match |
| 50 | preview_mjml | /mjml/preview/{path} | Path does not match |
| 51 | app.swagger_ui | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.