From b7ab1fc5cd6b247db9340eb0d28b78019f18112d Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Mon, 13 Jul 2026 00:12:31 -0700 Subject: [PATCH] feat: add otp to shared link schema --- openapi.json | 2 +- openapi/openapi-v2025.0.json | 12 +++++++++++- openapi/openapi-v2026.0.json | 2 +- openapi/openapi.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/openapi.json b/openapi.json index 477936cf..1950fa4c 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "056413ec44" + "x-box-commit-hash": "226ef4b324" }, "servers": [ { diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index c959ce06..52656ac8 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2025.0", - "x-box-commit-hash": "056413ec44" + "x-box-commit-hash": "226ef4b324" }, "servers": [ { @@ -886,6 +886,16 @@ } } }, + "413": { + "description": "The request payload exceeds the maximum allowed size.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ClientError" + } + } + } + }, "429": { "description": "The user has sent too many requests in a given amount of time.", "content": { diff --git a/openapi/openapi-v2026.0.json b/openapi/openapi-v2026.0.json index 961c05b3..d0964698 100644 --- a/openapi/openapi-v2026.0.json +++ b/openapi/openapi-v2026.0.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2026.0", - "x-box-commit-hash": "056413ec44" + "x-box-commit-hash": "226ef4b324" }, "servers": [ { diff --git a/openapi/openapi.json b/openapi/openapi.json index 477936cf..1950fa4c 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "056413ec44" + "x-box-commit-hash": "226ef4b324" }, "servers": [ {