Skip to content

Commit 00c8ac7

Browse files
committed
Update Account Update command examples
1 parent 082d4d3 commit 00c8ac7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

openapi.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,14 +469,25 @@ paths:
469469
"last_name": "Smith",
470470
"phone": "555-555-1212",
471471
"state": "PA",
472+
"tax_id": "ATU99999999",
472473
"zip": "19102",
473474
}' \
474475
https://api.linode.com/v4/account
475476
- lang: CLI
476477
source: >
477478
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+
478485
--first_name John \
479-
--last_name Smith
486+
--last_name Smith \
487+
--phone 555-555-1212 \
488+
--state PA \
489+
--tax_id ATU99999999 \
490+
--zip 19102
480491
/account/cancel:
481492
x-linode-cli-command: account
482493
post:

0 commit comments

Comments
 (0)