Skip to content

Commit 1b082c8

Browse files
committed
Add JSON input maxLength
1 parent 534e063 commit 1b082c8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

openapi.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17974,6 +17974,7 @@ paths:
1797417974
Arbitrary JSON of your choosing. Overwrites any existing preferences for this user.
1797517975

1797617976
Total length cannot exceed 65,535 characters.
17977+
maxLength: 65535
1797717978
responses:
1797817979
'200':
1797917980
description: Returns an object of user preferences.
@@ -20767,10 +20768,12 @@ components:
2076720768
example:
2076820769
gh_username: linode
2076920770
description: |
20770-
This field is required only if the StackScript being deployed requires input
20771-
data from the User for successful completion. See
20772-
[User Defined Fields (UDFs)](/docs/guides/writing-scripts-for-use-with-linode-stackscripts-a-tutorial/#user-defined-fields-udfs)
20773-
for more details. This field is required to be valid JSON.
20771+
This field is required only if the StackScript being deployed requires input data from the User for successful completion. See [User Defined Fields (UDFs)](/docs/guides/writing-scripts-for-use-with-linode-stackscripts-a-tutorial/#user-defined-fields-udfs) for more details.
20772+
20773+
This field is required to be valid JSON.
20774+
20775+
Total length cannot exceed 65,535 characters.
20776+
maxLength: 65535
2077420777
Domain:
2077520778
type: object
2077620779
description: >

0 commit comments

Comments
 (0)