Automated spec update (121963)

This commit is contained in:
Nelly (automation bot) 2025-06-11 21:06:51 +00:00
parent 2a2605c2df
commit 93c0e98038
2 changed files with 10 additions and 0 deletions

View file

@ -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"
]
},

View file

@ -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"
]
},