From cc06fcb335ec24be700340847a65e7f45ca6fe98 Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Thu, 8 May 2025 08:21:39 -0700 Subject: [PATCH] feat: increase max items for ai extract endpoints --- openapi.json | 6 +++--- openapi/openapi-v2025.0.json | 2 +- openapi/openapi.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/openapi.json b/openapi.json index 9b028c70..caffbb98 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "6f7e141054" + "x-box-commit-hash": "b7df007a8b" }, "servers": [ { @@ -25738,7 +25738,7 @@ "items": { "$ref": "#/components/schemas/AiItem--Base" }, - "maxItems": 1, + "maxItems": 25, "minItems": 1, "uniqueItems": true }, @@ -25784,7 +25784,7 @@ "items": { "$ref": "#/components/schemas/AiItem--Base" }, - "maxItems": 1, + "maxItems": 25, "minItems": 1, "uniqueItems": true }, diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index afc35a58..8dfb8592 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2025.0", - "x-box-commit-hash": "6f7e141054" + "x-box-commit-hash": "b7df007a8b" }, "servers": [ { diff --git a/openapi/openapi.json b/openapi/openapi.json index 9b028c70..caffbb98 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "6f7e141054" + "x-box-commit-hash": "b7df007a8b" }, "servers": [ { @@ -25738,7 +25738,7 @@ "items": { "$ref": "#/components/schemas/AiItem--Base" }, - "maxItems": 1, + "maxItems": 25, "minItems": 1, "uniqueItems": true }, @@ -25784,7 +25784,7 @@ "items": { "$ref": "#/components/schemas/AiItem--Base" }, - "maxItems": 1, + "maxItems": 25, "minItems": 1, "uniqueItems": true },