mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-07-21 19:54:47 -04:00
Automated spec update (242521)
This commit is contained in:
parent
9ba77841a3
commit
805697355e
2 changed files with 16 additions and 2 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue