From 805697355e5e2b2cb28af91e6a73c526bea89c6e Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Fri, 17 Jul 2026 20:12:14 +0000 Subject: [PATCH] Automated spec update (242521) --- specs/openapi.json | 9 ++++++++- specs/openapi_preview.json | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index 0e5961f..de22543 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -35389,6 +35389,12 @@ "$ref": "#/components/schemas/TeamResponse" } ] + }, + "eligible_oauth2_scopes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OAuth2Scopes" + } } }, "required": [ @@ -35408,7 +35414,8 @@ "approximate_user_install_count", "approximate_user_authorization_count", "explicit_content_filter", - "team" + "team", + "eligible_oauth2_scopes" ] }, "PrivateChannelLocation": { diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 86660f4..3e439fb 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -35408,6 +35408,12 @@ "$ref": "#/components/schemas/TeamResponse" } ] + }, + "eligible_oauth2_scopes": { + "type": "array", + "items": { + "$ref": "#/components/schemas/OAuth2Scopes" + } } }, "required": [ @@ -35427,7 +35433,8 @@ "approximate_user_install_count", "approximate_user_authorization_count", "explicit_content_filter", - "team" + "team", + "eligible_oauth2_scopes" ] }, "PrivateChannelLocation": {