diff --git a/specs/openapi.json b/specs/openapi.json index 7c146db..0bd9667 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -6972,6 +6972,9 @@ "security": [ { "BotToken": [] + }, + { + "OAuth2": [] } ] }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index fbdc2bf..9675fad 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -6981,6 +6981,9 @@ "security": [ { "BotToken": [] + }, + { + "OAuth2": [] } ] },