diff --git a/specs/openapi.json b/specs/openapi.json index 6a93105..e18d1cd 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -24882,6 +24882,11 @@ "title": "WELCOME_SCREEN_ENABLED", "description": "guild has enabled the welcome screen", "const": "WELCOME_SCREEN_ENABLED" + }, + { + "title": "OFFICIAL_GAME_GUILD", + "description": "guild is an official guild for one or more games", + "const": "OFFICIAL_GAME_GUILD" } ] }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index aeb77d9..02feb0e 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -25358,6 +25358,11 @@ "title": "WELCOME_SCREEN_ENABLED", "description": "guild has enabled the welcome screen", "const": "WELCOME_SCREEN_ENABLED" + }, + { + "title": "OFFICIAL_GAME_GUILD", + "description": "guild is an official guild for one or more games", + "const": "OFFICIAL_GAME_GUILD" } ] },