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