We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e2602 commit 75764deCopy full SHA for 75764de
src/data/endpoints/managed.yaml
@@ -132,10 +132,12 @@ endpoints:
132
type: String
133
value: Success!
134
limit: 0-100 chracters
135
+ optional: True
136
consultation_group:
137
description: If we need help along the way, we'll contact someone from this group.
138
value: Support
139
limit: 0-50 characters
140
141
region:
142
description: Required if address is a private IP, otherwise not used.
143
@@ -145,6 +147,7 @@ endpoints:
145
147
146
148
value: If the Linode needs to be rebooted, please contact us first.
149
limit: 0-1000 characters
150
151
examples:
152
curl: |
153
curl -H "Content-Type: application/json" \
0 commit comments