Skip to content

Commit 745d304

Browse files
authored
Merge pull request #25 from archiecobbs/develop
Fix type of stackscript_data (should be Object, not String).
2 parents dc42403 + 8a2c7b6 commit 745d304

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/endpoints/linodes.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ endpoints:
8181
description: >
8282
UDF (user-defined fields) for this stackscript. Defaults to "{}".
8383
<ul><li>Must match UDFs required by stackscript.</li></ul>
84-
type: String
84+
type: Object
8585
backup_id:
8686
optional: true
8787
description: >
@@ -253,7 +253,7 @@ endpoints:
253253
description: >
254254
UDF (user-defined fields) for this stackscript. Defaults to "{}".
255255
<ul><li>Must match UDFs required by stackscript.</li></ul>
256-
type: String
256+
type: Object
257257
examples:
258258
curl: |
259259
curl -H "Content-Type: application/json" \
@@ -1058,7 +1058,7 @@ endpoints:
10581058
description: >
10591059
UDF (user-defined fields) for this stackscript. Defaults to "{}".
10601060
<ul><li>Must match UDFs required by stackscript.</li></ul>
1061-
type: String
1061+
type: Object
10621062
booted:
10631063
optional: true
10641064
description: >

0 commit comments

Comments
 (0)