Routing
api.video.source.check_existence
Matched route
Route Parameters
| Name | Value |
|---|---|
| channelId | "41137864" |
| serviceId | "2635405919" |
| serviceName | "twitch" |
Route Matching Logs
Path to match:
/api-v7/video/source/check-existence/twitch/41137864/2635405919
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | app.swagger | /api-v7/doc.json | Path does not match |
| 3 | app.swagger_ui | /api-v7/doc/{area} | Path does not match |
| 4 | api.external.igdb.api_queue.get_counts | /api-v7/external/igdb/api-queue/get-counts | Path does not match |
| 5 | api.external.igdb.game.get_suggestions | /api-v7/external/igdb/game/get-suggestions | Path does not match |
| 6 | api.external.plex.interface.get_current_medias | /api-v7/external/plex/interface/medias/current | Path does not match |
| 7 | api.external.twitch.interface.get_all_videos | /api-v7/external/twitch/interface/videos/{userId}/{type} | Path does not match |
| 8 | api.security.vault.get | /api-v7/security/vault/{key} | Path does not match |
| 9 | api.video.source.check_existence | /api-v7/video/source/check-existence/{serviceName}/{channelId}/{serviceId} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.