Routing
_api_/learnings/{id}{._format}_patch
Matched route
Route Parameters
| Name | Value |
|---|---|
| _api_operation_name | "_api_/learnings/{id}{._format}_patch" |
| _api_resource_class | "App\Entity\Learning" |
| _format | null |
| _stateless | true |
| id | "79853" |
Route Matching Logs
Path to match:
/learnings/79853
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_genid | /.well-known/genid/{id} | Path does not match |
| 2 | api_errors | /errors/{status} | Path does not match |
| 3 | api_validation_errors | /validation_errors/{id} | Path does not match |
| 4 | api_entrypoint | /{index}.{_format} | Path does not match |
| 5 | api_doc | /docs.{_format} | Path does not match |
| 6 | _api_/competitions/{slug}{._format}_get | /competitions/{slug}.{_format} | Path does not match |
| 7 | _api_/competitions{._format}_get_collection | /competitions.{_format} | Path does not match |
| 8 | _api_/critical_questions/{id}{._format}_get | /critical_questions/{id}.{_format} | Path does not match |
| 9 | _api_/question/{id}/critical_post | /question/{id}/critical | Path does not match |
| 10 | _api_/critical_questions{._format}_get_collection | /critical_questions.{_format} | Path does not match |
| 11 | _api_/critical_questions/{id}{._format}_delete | /critical_questions/{id}.{_format} | Path does not match |
| 12 | _api_/custom_pages/{slug}{._format}_get | /custom_pages/{slug}.{_format} | Path does not match |
| 13 | _api_/custom_pages{._format}_get_collection | /custom_pages.{_format} | Path does not match |
| 14 | _api_/dataset_versions/{id}{._format}_get | /dataset_versions/{id}.{_format} | Path does not match |
| 15 | _api_/dataset_versions/{id}{._format}_delete | /dataset_versions/{id}.{_format} | Path does not match |
| 16 | _api_/dataset_version_subjects/{id}{._format}_get | /dataset_version_subjects/{id}.{_format} | Path does not match |
| 17 | _api_/dataset-version/{id}/question-schema_get_collection | /dataset-version/{id}/question-schema | Path does not match |
| 18 | _api_/faqs/{id}{._format}_get | /faqs/{id}.{_format} | Path does not match |
| 19 | _api_/faqs{._format}_get_collection | /faqs.{_format} | Path does not match |
| 20 | create_highlights_collection | /highlights/collection | Path does not match |
| 21 | _api_/highlights/{id}{._format}_get | /highlights/{id}.{_format} | Path does not match |
| 22 | delete_highlights_collection | /highlights/collection | Path does not match |
| 23 | _api_/learnings/{id}{._format}_get | /learnings/{id}.{_format} | Path almost matches, but Method "PATCH" does not match any of the required methods (GET) |
| 24 | _api_/learnings/{id}{._format}_patch | /learnings/{id}.{_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.