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 082d4d3 commit 00c8ac7Copy full SHA for 00c8ac7
openapi.yaml
@@ -469,14 +469,25 @@ paths:
469
"last_name": "Smith",
470
"phone": "555-555-1212",
471
"state": "PA",
472
+ "tax_id": "ATU99999999",
473
"zip": "19102",
474
}' \
475
https://api.linode.com/v4/account
476
- lang: CLI
477
source: >
478
linode-cli account update \
479
+ --address_1 "123 Main St." \
480
+ --address_2 "Suite 101" \
481
+ --city Philadelphia \
482
+ --company My Company \ LLC \
483
+ --country US \
484
+ --email [email protected] \
485
--first_name John \
- --last_name Smith
486
+ --last_name Smith \
487
+ --phone 555-555-1212 \
488
+ --state PA \
489
+ --tax_id ATU99999999 \
490
+ --zip 19102
491
/account/cancel:
492
x-linode-cli-command: account
493
post:
0 commit comments