Routing
registration_app_api_registration_put
Matched route
Route Parameters
Name | Value |
---|---|
slug | "school-not-found" |
Route Matching Logs
Path to match:
/api/v1/school/registration/school-not-found
# | 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 | admin | /admin | Path does not match |
13 | app_admin_quiz_updatequestions | /admin/quiz/{quizSlug}/updatequestions | Path does not match |
14 | quiz_api_app_api_admin_index | /api/v1/admin/certificate/preview | Path does not match |
15 | quiz_api_api_quiz_sections_save | /api/v1/quiz/{quizSlug}/sections | Path does not match |
16 | quiz_api_app_api_quiz_getallstates | /api/v1/states | Path does not match |
17 | quiz_api_app_api_quiz_postallstates | /api/v1/states | Path does not match |
18 | quiz_api_app_api_quiz_optionsallstates | /api/v1/states | Path does not match |
19 | quiz_api_app_api_quiz_getstatebysearchkey | /api/v1/state/{searchkey} | Path does not match |
20 | quiz_api_app_api_quiz_getcitybystateandsearchkey | /api/v1/state/{state}/city/{searchkey} | Path does not match |
21 | quiz_api_app_api_quiz_getschoolbycityandsearchkey | /api/v1/city/{city}/school/{searchkey} | Path does not match |
22 | quiz_api_app_api_quiz_getschoolbyname | /api/v1/school/{searchkey} | Path does not match |
23 | quiz_api_app_api_quiz_leaderboard | /api/v1/quiz/{groupId}/leaderboard | Path does not match |
24 | registration_app_api_registration_get | /api/v1/school-registration | Path does not match |
25 | registration_app_api_registration_put | /api/v1/school/registration/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.