Skip to content

Commit bde5e66

Browse files
committed
Fixed various shell command examples
1 parent c88de83 commit bde5e66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8849,7 +8849,7 @@ paths:
88498849
"stackscript_id": 10079,
88508850
"stackscript_data": {
88518851
"gh_username": "linode"
8852-
}
8852+
},
88538853
"type": "g6-standard-2",
88548854
"metadata": {
88558855
"user_data": "I2Nsb3VkLWNvbmZpZw=="
@@ -9953,12 +9953,12 @@ paths:
99539953
curl -H "Content-Type: application/json" \
99549954
-H "Authorization: Bearer $TOKEN" \
99559955
-X PUT -d '{
9956-
"label": "lkecluster54321"
9957-
"tags" : ["ecomm", "blog", "prod", "monitoring"]
9956+
"label": "lkecluster54321",
9957+
"tags" : ["ecomm", "blog", "prod", "monitoring"],
99589958
"control_plane": {
99599959
"high_availability": true
99609960
},
9961-
"k8s_version": "1.17"
9961+
"k8s_version": "1.27"
99629962
}' \
99639963
https://api.linode.com/v4/lke/clusters/12345
99649964
- lang: CLI

0 commit comments

Comments
 (0)