From c4aad351c2370bd0bc21b6c179c4a19e214618ca Mon Sep 17 00:00:00 2001 From: Adversary Date: Wed, 11 Jun 2025 21:10:02 +0000 Subject: [PATCH] main - Automated spec update (121963) made at remote:2025-06-11T21:06:51 taken at now:2025-06-11T21:10:02 made by remote Nelly (automation bot) <> --- specs/openapi.json | 5 +++++ specs/openapi_preview.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index 7cc808d..6b05fcb 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -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" ] }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index b37c40b..a762137 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -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" ] },