Routing
app.swagger_ui
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/api/v1/public/doc
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | oauth2_authorize | /authorize | Path does not match |
| 3 | oauth2_token | /token | Path does not match |
| 4 | apb_mailer_bundle_mail_listing | /api/v1/mailer-bundle/mails | Path does not match |
| 5 | apb_mailer_bundle_mail_get | /api/v1/mailer-bundle/mails/{id} | Path does not match |
| 6 | apb_mailer_bundle_mail_send | /api/v1/mailer-bundle/mails/{id}/send | Path does not match |
| 7 | apb_mailer_bundle_mail_send_to | /api/v1/mailer-bundle/mails/{id}/send/{email} | Path does not match |
| 8 | apb_mailer_bundle_webhook | /api/v1/mailer-bundle/public/webhook/{service} | Path does not match |
| 9 | app.swagger | /api/v1/public/doc.json | Path does not match |
| 10 | app.swagger_ui | /api/v1/public/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.