mirror of
https://github.com/discord/discord-api-spec.git
synced 2025-09-03 14: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",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
|
"approximate_user_authorization_count": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
},
|
||||||
"explicit_content_filter": {
|
"explicit_content_filter": {
|
||||||
"$ref": "#/components/schemas/ApplicationExplicitContentFilterTypes"
|
"$ref": "#/components/schemas/ApplicationExplicitContentFilterTypes"
|
||||||
},
|
},
|
||||||
|
@ -27978,6 +27982,7 @@
|
||||||
"redirect_uris",
|
"redirect_uris",
|
||||||
"owner",
|
"owner",
|
||||||
"approximate_user_install_count",
|
"approximate_user_install_count",
|
||||||
|
"approximate_user_authorization_count",
|
||||||
"explicit_content_filter"
|
"explicit_content_filter"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -28040,6 +28040,10 @@
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
},
|
},
|
||||||
|
"approximate_user_authorization_count": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
},
|
||||||
"explicit_content_filter": {
|
"explicit_content_filter": {
|
||||||
"$ref": "#/components/schemas/ApplicationExplicitContentFilterTypes"
|
"$ref": "#/components/schemas/ApplicationExplicitContentFilterTypes"
|
||||||
},
|
},
|
||||||
|
@ -28063,6 +28067,7 @@
|
||||||
"redirect_uris",
|
"redirect_uris",
|
||||||
"owner",
|
"owner",
|
||||||
"approximate_user_install_count",
|
"approximate_user_install_count",
|
||||||
|
"approximate_user_authorization_count",
|
||||||
"explicit_content_filter"
|
"explicit_content_filter"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue