From 4336eba12c5a9f2d19eb0714c4c2e9df47e7e4bd Mon Sep 17 00:00:00 2001 From: Kronup <114984107+kronup@users.noreply.github.com> Date: Thu, 28 Sep 2023 08:21:55 +0300 Subject: [PATCH] [build-php] Updated max. free users --- config/openapi-sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/openapi-sample.json b/config/openapi-sample.json index 384d1af..93c2107 100644 --- a/config/openapi-sample.json +++ b/config/openapi-sample.json @@ -10772,7 +10772,7 @@ "description": "Maximum number of users in this organization", "minimum": 0, "maximum": 500, - "default": 2 + "default": 3 }, "orgUsersCount": { "type": "integer",