Routing
api_doc
Matched route
Route Parameters
| Name | Value |
|---|---|
| _api_respond | "true" |
| _format | "" |
Route Matching Logs
Path to match:
/api/docs
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_media_avatar | /api/avatar/{id} | Path does not match |
| 2 | api_media_download | /api/download/{id} | Path does not match |
| 3 | api_demurrage_control_export | /api/export/demurrage_invoices | Path does not match |
| 4 | api_freight_invoice_export | /api/export/freight_invoices | Path does not match |
| 5 | api_market_rumors_export | /api/export/market-rumors | Path does not match |
| 6 | api_demurrage_invoice | /api/invoices/demurrage_invoice/{id}.{_format} | Path does not match |
| 7 | api_freight_invoice | /api/invoices/freight_invoice/{id}.{_format} | Path does not match |
| 8 | api_password_request | /api/password_request | Path does not match |
| 9 | api_password_reset | /api/password_reset | Path does not match |
| 10 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 11 | api_entrypoint | /api/{index}.{_format} | Path almost matches, but Requirement for "index" does not match (index) |
| 12 | api_doc | /api/docs.{_format} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.