File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ endpoints:
81
81
description : >
82
82
UDF (user-defined fields) for this stackscript. Defaults to "{}".
83
83
<ul><li>Must match UDFs required by stackscript.</li></ul>
84
- type : String
84
+ type : Object
85
85
backup_id :
86
86
optional : true
87
87
description : >
@@ -253,7 +253,7 @@ endpoints:
253
253
description : >
254
254
UDF (user-defined fields) for this stackscript. Defaults to "{}".
255
255
<ul><li>Must match UDFs required by stackscript.</li></ul>
256
- type : String
256
+ type : Object
257
257
examples :
258
258
curl : |
259
259
curl -H "Content-Type: application/json" \
@@ -1058,7 +1058,7 @@ endpoints:
1058
1058
description : >
1059
1059
UDF (user-defined fields) for this stackscript. Defaults to "{}".
1060
1060
<ul><li>Must match UDFs required by stackscript.</li></ul>
1061
- type : String
1061
+ type : Object
1062
1062
booted :
1063
1063
optional : true
1064
1064
description : >
You can’t perform that action at this time.
0 commit comments