mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-08-31 21:32:39 -04:00
Automated spec update (121963)
This commit is contained in:
parent
2a2605c2df
commit
93c0e98038
2 changed files with 10 additions and 0 deletions
|
@ -27955,6 +27955,10 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"approximate_user_authorization_count": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"explicit_content_filter": {
|
||||
"$ref": "#/components/schemas/ApplicationExplicitContentFilterTypes"
|
||||
},
|
||||
|
@ -27978,6 +27982,7 @@
|
|||
"redirect_uris",
|
||||
"owner",
|
||||
"approximate_user_install_count",
|
||||
"approximate_user_authorization_count",
|
||||
"explicit_content_filter"
|
||||
]
|
||||
},
|
||||
|
|
|
@ -28040,6 +28040,10 @@
|
|||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"approximate_user_authorization_count": {
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"explicit_content_filter": {
|
||||
"$ref": "#/components/schemas/ApplicationExplicitContentFilterTypes"
|
||||
},
|
||||
|
@ -28063,6 +28067,7 @@
|
|||
"redirect_uris",
|
||||
"owner",
|
||||
"approximate_user_install_count",
|
||||
"approximate_user_authorization_count",
|
||||
"explicit_content_filter"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue