Automated spec update (242521)

This commit is contained in:
Nelly (automation bot) 2026-07-17 20:12:14 +00:00
parent 9ba77841a3
commit 805697355e
2 changed files with 16 additions and 2 deletions

View file

@ -35389,6 +35389,12 @@
"$ref": "#/components/schemas/TeamResponse" "$ref": "#/components/schemas/TeamResponse"
} }
] ]
},
"eligible_oauth2_scopes": {
"type": "array",
"items": {
"$ref": "#/components/schemas/OAuth2Scopes"
}
} }
}, },
"required": [ "required": [
@ -35408,7 +35414,8 @@
"approximate_user_install_count", "approximate_user_install_count",
"approximate_user_authorization_count", "approximate_user_authorization_count",
"explicit_content_filter", "explicit_content_filter",
"team" "team",
"eligible_oauth2_scopes"
] ]
}, },
"PrivateChannelLocation": { "PrivateChannelLocation": {

View file

@ -35408,6 +35408,12 @@
"$ref": "#/components/schemas/TeamResponse" "$ref": "#/components/schemas/TeamResponse"
} }
] ]
},
"eligible_oauth2_scopes": {
"type": "array",
"items": {
"$ref": "#/components/schemas/OAuth2Scopes"
}
} }
}, },
"required": [ "required": [
@ -35427,7 +35433,8 @@
"approximate_user_install_count", "approximate_user_install_count",
"approximate_user_authorization_count", "approximate_user_authorization_count",
"explicit_content_filter", "explicit_content_filter",
"team" "team",
"eligible_oauth2_scopes"
] ]
}, },
"PrivateChannelLocation": { "PrivateChannelLocation": {