Skip to content

Commit

Permalink
api: increase max defaults to 20Kb if enalbed
Browse files Browse the repository at this point in the history
Some user scripts seem to be slightly more complex than I expected.
Support those cases, too.

Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Feb 28, 2022
1 parent 777601f commit d3883b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asu/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

This comment has been minimized.

Copy link
@bam80

bam80 Dec 23, 2023

Contributor

need to adjust the documentation too

This comment has been minimized.

Copy link
@bam80

bam80 Dec 23, 2023

Contributor
maxLength: 10240
maxLength: 20480

example:
version: 19.07.8
Expand Down

0 comments on commit d3883b0

Please sign in to comment.