Routing
api_fabric_rolls_update
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "123317" |
Route Matching Logs
Path to match:
/api/fabric-roll/123317
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_fabric_roll_get | /api/fabric-roll/{externalId} | Path almost matches, but Method "PUT" does not match any of the required methods (GET) |
| 2 | app_fabric_roll_get_collection | /api/fabric-rolls | Path does not match |
| 3 | api_fabric_rolls_create | /api/fabric-roll | Path does not match |
| 4 | api_fabric_rolls_update | /api/fabric-roll/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.