Skip to content

Commit 75764de

Browse files
committed
Addressed feedback
1 parent 49e2602 commit 75764de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/data/endpoints/managed.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,12 @@ endpoints:
132132
type: String
133133
value: Success!
134134
limit: 0-100 chracters
135+
optional: True
135136
consultation_group:
136137
description: If we need help along the way, we'll contact someone from this group.
137138
value: Support
138139
limit: 0-50 characters
140+
optional: True
139141
region:
140142
description: Required if address is a private IP, otherwise not used.
141143
type: String
@@ -145,6 +147,7 @@ endpoints:
145147
type: String
146148
value: If the Linode needs to be rebooted, please contact us first.
147149
limit: 0-1000 characters
150+
optional: True
148151
examples:
149152
curl: |
150153
curl -H "Content-Type: application/json" \

0 commit comments

Comments
 (0)