diff --git a/openapi.json b/openapi.json index bb94a804..f754058a 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": "bf6cbe00ca" }, "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..ab630d47 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": "bf6cbe00ca" }, "servers": [ { diff --git a/openapi/openapi.json b/openapi/openapi.json index bb94a804..f754058a 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": "bf6cbe00ca" }, "servers": [ { @@ -29084,7 +29084,8 @@ "type": "string" }, { - "type": "number" + "type": "integer", + "format": "int64" } ] },