"description": "Returns a single competition by provider ID. If providerId is numeric it is treated as Wyscout wy_id, otherwise it is treated as TheSports ts_id.",
"tags": [
"Competitions"
],
"summary": "Get competition by provider ID",
"parameters": [
{
"type": "string",
"description": "Provider identifier (wy_id or ts_id)",
"description":"Returns a single competition by provider ID. If providerId is numeric it is treated as Wyscout wy_id, otherwise it is treated as TheSports ts_id.",
"tags":[
"Competitions"
],
"summary":"Get competition by provider ID",
"parameters":[
{
"type":"string",
"description":"Provider identifier (wy_id or ts_id)",
// GetByProviderID returns a single competition by wy_id (numeric) or ts_id (string)
// @Summary Get competition by provider ID
// @Description Returns a single competition by provider ID. If providerId is numeric it is treated as Wyscout wy_id, otherwise it is treated as TheSports ts_id.