File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments