@@ -2787,7 +2787,7 @@ paths:
2787
2787
curl -H "Content-Type: application/json" \
2788
2788
-H "Authorization: Bearer $TOKEN" \
2789
2789
-X PUT -d '{
2790
- "network_helper": true,
2790
+ "network_helper": true
2791
2791
}' \
2792
2792
https://api.linode.com/v4/account/settings
2793
2793
- lang: CLI
@@ -3228,7 +3228,7 @@ paths:
3228
3228
{
3229
3229
"id": 345,
3230
3230
"permissions": "read_only"
3231
- },
3231
+ }
3232
3232
],
3233
3233
"longview": [
3234
3234
{
@@ -3785,7 +3785,7 @@ paths:
3785
3785
"duration": 3,
3786
3786
"hour_of_day": 12,
3787
3787
"day_of_week": 4,
3788
- "week_of_month": 3,
3788
+ "week_of_month": 3
3789
3789
}
3790
3790
}' \
3791
3791
https://api.linode.com/v4/databases/mysql/instances/123
@@ -4569,7 +4569,7 @@ paths:
4569
4569
"duration": 3,
4570
4570
"hour_of_day": 12,
4571
4571
"day_of_week": 4,
4572
- "week_of_month": 3,
4572
+ "week_of_month": 3
4573
4573
}
4574
4574
}' \
4575
4575
https://api.linode.com/v4/databases/postgresql/instances/123
@@ -8849,7 +8849,7 @@ paths:
8849
8849
"stackscript_id": 10079,
8850
8850
"stackscript_data": {
8851
8851
"gh_username": "linode"
8852
- }
8852
+ },
8853
8853
"type": "g6-standard-2",
8854
8854
"metadata": {
8855
8855
"user_data": "I2Nsb3VkLWNvbmZpZw=="
@@ -9953,12 +9953,12 @@ paths:
9953
9953
curl -H "Content-Type: application/json" \
9954
9954
-H "Authorization: Bearer $TOKEN" \
9955
9955
-X PUT -d '{
9956
- "label": "lkecluster54321"
9957
- "tags" : ["ecomm", "blog", "prod", "monitoring"]
9956
+ "label": "lkecluster54321",
9957
+ "tags" : ["ecomm", "blog", "prod", "monitoring"],
9958
9958
"control_plane": {
9959
9959
"high_availability": true
9960
9960
},
9961
- "k8s_version": "1.17 "
9961
+ "k8s_version": "1.27 "
9962
9962
}' \
9963
9963
https://api.linode.com/v4/lke/clusters/12345
9964
9964
- lang: CLI
@@ -18383,13 +18383,14 @@ paths:
18383
18383
--linodes 456 \
18384
18384
--volumes 9082 \
18385
18385
--volumes 10003
18386
- /tags/{label }:
18386
+ /tags/{tagLabel }:
18387
18387
x-linode-cli-command: tags
18388
18388
parameters:
18389
- - name: label
18389
+ - name: tagLabel
18390
18390
in: path
18391
18391
schema:
18392
18392
type: string
18393
+ description: The `label` of the Tag to access.
18393
18394
required: true
18394
18395
get:
18395
18396
summary: Tagged Objects List
@@ -18451,7 +18452,7 @@ paths:
18451
18452
- lang: Shell
18452
18453
source: >
18453
18454
curl -H "Authorization: Bearer $TOKEN" \
18454
- " https://api.linode.com/v4/tags/example tag"
18455
+ https://api.linode.com/v4/tags/$tagLabel
18455
18456
delete:
18456
18457
summary: Tag Delete
18457
18458
description: >
0 commit comments