diff --git a/specs/openapi.json b/specs/openapi.json index 9b6bd62..461c412 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -22847,6 +22847,10 @@ "code" ] }, + "GameResponse": { + "type": "object", + "properties": {} + }, "GatewayBotResponse": { "type": "object", "properties": { @@ -31588,6 +31592,15 @@ "$ref": "#/components/schemas/TeamResponse" } ] + }, + "linked_games": { + "type": [ + "array", + "null" + ], + "items": { + "$ref": "#/components/schemas/GameResponse" + } } }, "required": [ diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 18883fd..07f353a 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -23286,6 +23286,10 @@ "code" ] }, + "GameResponse": { + "type": "object", + "properties": {} + }, "GatewayBotResponse": { "type": "object", "properties": { @@ -32174,6 +32178,15 @@ "$ref": "#/components/schemas/TeamResponse" } ] + }, + "linked_games": { + "type": [ + "array", + "null" + ], + "items": { + "$ref": "#/components/schemas/GameResponse" + } } }, "required": [