From d3883b05d22474b1032953dcdbf2b9aec556b88b Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Mon, 28 Feb 2022 10:10:21 +0100 Subject: [PATCH] api: increase max defaults to 20Kb if enalbed Some user scripts seem to be slightly more complex than I expected. Support those cases, too. Signed-off-by: Paul Spooren --- asu/openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asu/openapi.yml b/asu/openapi.yml index 4a7625ed..eec08dbf 100644 --- a/asu/openapi.yml +++ b/asu/openapi.yml @@ -348,7 +348,7 @@ components: Custom shell script embedded in firmware image to be run on first boot. This feature might be dropped in the future. Size is limited to 10kB and can not be exceeded. - maxLength: 10240 + maxLength: 20480 example: version: 19.07.8