From 8a7ca271844838115fce6df2eb4dfd1e8590599b Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Wed, 2 Aug 2023 01:28:54 +0000 Subject: [PATCH] Automated spec update --- specs/openapi.json | 3 ++- specs/openapi_preview.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index 7824d8f..c8b46a1 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -8830,7 +8830,8 @@ "name": "code", "in": "path", "schema": { - "type": "string" + "type": "string", + "maxLength": 152133 }, "required": true } diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index f14a682..b6c7e1f 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -8830,7 +8830,8 @@ "name": "code", "in": "path", "schema": { - "type": "string" + "type": "string", + "maxLength": 152133 }, "required": true }