Skip to content

Commit c88de83

Browse files
committed
Fixed errors in various shell examples
1 parent 81bb93e commit c88de83

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
@@ -2787,7 +2787,7 @@ paths:
27872787
curl -H "Content-Type: application/json" \
27882788
-H "Authorization: Bearer $TOKEN" \
27892789
-X PUT -d '{
2790-
"network_helper": true,
2790+
"network_helper": true
27912791
}' \
27922792
https://api.linode.com/v4/account/settings
27932793
- lang: CLI
@@ -3228,7 +3228,7 @@ paths:
32283228
{
32293229
"id": 345,
32303230
"permissions": "read_only"
3231-
},
3231+
}
32323232
],
32333233
"longview": [
32343234
{
@@ -3785,7 +3785,7 @@ paths:
37853785
"duration": 3,
37863786
"hour_of_day": 12,
37873787
"day_of_week": 4,
3788-
"week_of_month": 3,
3788+
"week_of_month": 3
37893789
}
37903790
}' \
37913791
https://api.linode.com/v4/databases/mysql/instances/123
@@ -4569,7 +4569,7 @@ paths:
45694569
"duration": 3,
45704570
"hour_of_day": 12,
45714571
"day_of_week": 4,
4572-
"week_of_month": 3,
4572+
"week_of_month": 3
45734573
}
45744574
}' \
45754575
https://api.linode.com/v4/databases/postgresql/instances/123

0 commit comments

Comments
 (0)