You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -17464,7 +17464,7 @@ paths:
17464
17464
source: >
17465
17465
linode-cli sshkey delete 42
17466
17466
/profile/phone-number:
17467
-
x-linode-cli-command: profile
17467
+
x-linode-cli-command: phone
17468
17468
delete:
17469
17469
x-linode-grant: read_write
17470
17470
tags:
@@ -17475,7 +17475,7 @@ paths:
17475
17475
17476
17476
Use this command to opt out of SMS messages for the requesting User after a phone number has been verified with the **Phone Number Verify** ([POST /profile/phone-number/verify](/docs/api/profile/#phone-number-verify)) command.
17477
17477
operationId: deleteProfilePhoneNumber
17478
-
x-linode-cli-command: phone-delete
17478
+
x-linode-cli-command: delete
17479
17479
security:
17480
17480
- personalAccessToken: []
17481
17481
- oauth:
@@ -17499,7 +17499,7 @@ paths:
17499
17499
https://api.linode.com/v4/profile/phone-number
17500
17500
- lang: CLI
17501
17501
source: >
17502
-
linode-cli profile phone-delete
17502
+
linode-cli phonedelete
17503
17503
post:
17504
17504
x-linode-grant: read_write
17505
17505
tags:
@@ -17516,7 +17516,7 @@ paths:
17516
17516
17517
17517
Once a verification code is received, verify your phone number with the **Phone Number Verify** ([POST /profile/phone-number/verify](/docs/api/profile/#phone-number-verify)) command.
17518
17518
operationId: postProfilePhoneNumber
17519
-
x-linode-cli-command: phone-code-send
17519
+
x-linode-cli-command: sms-code-send
17520
17520
security:
17521
17521
- personalAccessToken: []
17522
17522
- oauth:
@@ -17562,11 +17562,11 @@ paths:
17562
17562
https://api.linode.com/v4/profile/phone-number
17563
17563
- lang: CLI
17564
17564
source: >
17565
-
linode-cli profile phone-code-send \
17565
+
linode-cli phone sms-code-send \
17566
17566
--iso-code US \
17567
17567
--phone-number 555-555-5555
17568
17568
/profile/phone-number/verify:
17569
-
x-linode-cli-command: profile
17569
+
x-linode-cli-command: phone
17570
17570
post:
17571
17571
x-linode-grant: read_write
17572
17572
tags:
@@ -17581,7 +17581,7 @@ paths:
17581
17581
17582
17582
Once completed, the verified phone number is assigned to the User making the request. To change the verified phone number for a User, first use the **Phone Number Delete** ([DELETE /profile/phone-number](/docs/api/profile/#phone-number-delete)) command, then begin the verification process again with the **Phone Verification Code Send** ([POST /profile/phone-number](/docs/api/profile/#phone-number-verification-code-send)) command.
0 commit comments