Routing
api_afectados_delete_evaluacion
Matched route
Route Parameters
Name | Value |
---|---|
afectadoId | "72" |
evaluacionId | "203" |
tipo | "meta" |
Route Matching Logs
Path to match:
/api/v1/afectados/72/evaluacion/203/tipo/meta
# | Route name | Path | Log |
---|---|---|---|
1 | admin | /admin | Path does not match |
2 | index | / | Path does not match |
3 | app_login | /login | Path does not match |
4 | app_logout | /logout | Path does not match |
5 | api_afectados_create | /api/v1/afectados/ | Path does not match |
6 | api_afectados_update | /api/v1/afectados/{incidente} | Path does not match |
7 | api_afectados_show | /api/v1/afectados/{afectadoId} | Path does not match |
8 | api_afectados_delete | /api/v1/afectados/{afectadoId} | Path does not match |
9 | api_afectados_show_heridas | /api/v1/afectados/{afectadoId}/heridas | Path does not match |
10 | api_afectados_create_heridas | /api/v1/afectados/{afectadoId}/heridas | Path does not match |
11 | api_afectados_create_evaluacion | /api/v1/afectados/{afectadoId}/evaluacion | Path does not match |
12 | api_afectados_delete_evaluacion | /api/v1/afectados/{afectadoId}/evaluacion/{evaluacionId}/tipo/{tipo} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.