From 93c0e980385f91f04cbf209557daaec8efa707ca Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Wed, 11 Jun 2025 21:06:51 +0000 Subject: [PATCH] Automated spec update (121963) --- 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" ] },