Skip to content

Commit b3ce4ac

Browse files
committed
boot config example should use "config_id"
1 parent 9fd439c commit b3ce4ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/src/data/endpoints/linodes.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ endpoints:
579579
curl -H "Content-Type: application/json" \
580580
-H "Authorization: Bearer $TOKEN" \
581581
-X POST -d '{
582-
"config": 5567
582+
"config_id": 5567
583583
}' \
584584
https://$api_root/$version/linode/instances/$linode_id/boot
585585
python: |
@@ -621,8 +621,7 @@ endpoints:
621621
curl -H "Content-Type: application/json" \
622622
-H "Authorization: Bearer $TOKEN" \
623623
-X POST -d '{
624-
"config": 5567
625-
624+
"config_id": 5567
626625
}' \
627626
https://$api_root/$version/linode/instances/$linode_id/reboot
628627
python: |

0 commit comments

Comments
 (0)