You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17974,6 +17974,7 @@ paths:
17974
17974
Arbitrary JSON of your choosing. Overwrites any existing preferences for this user.
17975
17975
17976
17976
Total length cannot exceed 65,535 characters.
17977
+
maxLength: 65535
17977
17978
responses:
17978
17979
'200':
17979
17980
description: Returns an object of user preferences.
@@ -20767,10 +20768,12 @@ components:
20767
20768
example:
20768
20769
gh_username: linode
20769
20770
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.
0 commit comments