Routing
api_doc
Matched route
Route Parameters
| Name | Value |
|---|---|
| _api_respond | "true" |
| _format | "jsonld" |
Route Matching Logs
Path to match:
/api/v1/docs.jsonld
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | abap_application.start_point.admin-login | /login | Path does not match |
| 2 | abap_application.start_point.admin | / | Path does not match |
| 3 | abap_application_logout | /logout | Path does not match |
| 4 | abap_login_gov.api_form_data | /api/v1/login-gov/form-data | Path does not match |
| 5 | abap_login_gov.api_acs | /api/v1/login-gov | Path does not match |
| 6 | api_logingov_token_obtain | /api/v1/logingov-token/obtain | Path does not match |
| 7 | abap_payment_purchase | /payment/purchase | Path does not match |
| 8 | abap_payment_done | /payment/done | Path does not match |
| 9 | abap_payment_notify | /payment/notify/{gateway} | Path does not match |
| 10 | api_genid | /api/v1/.well-known/genid/{id} | Path does not match |
| 11 | api_entrypoint | /api/v1/{index}.{_format} | Path almost matches, but Requirement for "index" does not match (index) |
| 12 | api_doc | /api/v1/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.