From 2800da7430f1eb6a0474b89d9ea3f1b45d4c2bb6 Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Wed, 16 Jul 2025 22:48:31 -0700 Subject: [PATCH] fix: Fixed error definition on metadata creation endpoints #393 --- openapi.json | 5 +++-- openapi/openapi-v2025.0.json | 2 +- openapi/openapi.json | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/openapi.json b/openapi.json index bb94a804..09454d80 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": "c96bf15203" + "x-box-commit-hash": "1db8de3628" }, "servers": [ { @@ -29084,7 +29084,8 @@ "type": "string" }, { - "type": "number" + "type": "integer", + "format": "int64" } ] }, diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index 039d995b..6d10c834 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": "c96bf15203" + "x-box-commit-hash": "1db8de3628" }, "servers": [ { diff --git a/openapi/openapi.json b/openapi/openapi.json index bb94a804..09454d80 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": "c96bf15203" + "x-box-commit-hash": "1db8de3628" }, "servers": [ { @@ -29084,7 +29084,8 @@ "type": "string" }, { - "type": "number" + "type": "integer", + "format": "int64" } ] },