We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd439c commit b3ce4acCopy full SHA for b3ce4ac
docs/src/data/endpoints/linodes.yaml
@@ -579,7 +579,7 @@ endpoints:
579
curl -H "Content-Type: application/json" \
580
-H "Authorization: Bearer $TOKEN" \
581
-X POST -d '{
582
- "config": 5567
+ "config_id": 5567
583
}' \
584
https://$api_root/$version/linode/instances/$linode_id/boot
585
python: |
@@ -621,8 +621,7 @@ endpoints:
621
622
623
624
625
-
626
627
https://$api_root/$version/linode/instances/$linode_id/reboot
628
0 commit comments