Skip to content

Commit 6f8d8f5

Browse files
committed
Fix cli phone command actions
1 parent d608df9 commit 6f8d8f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17762,7 +17762,7 @@ paths:
1776217762

1776317763
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.
1776417764
operationId: deleteProfilePhoneNumber
17765-
x-linode-cli-command: delete
17765+
x-linode-cli-action: delete
1776617766
security:
1776717767
- personalAccessToken: []
1776817768
- oauth:
@@ -17803,7 +17803,7 @@ paths:
1780317803

1780417804
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.
1780517805
operationId: postProfilePhoneNumber
17806-
x-linode-cli-command: sms-code-send
17806+
x-linode-cli-action: sms-code-send
1780717807
security:
1780817808
- personalAccessToken: []
1780917809
- oauth:
@@ -17868,7 +17868,7 @@ paths:
1786817868

1786917869
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.
1787017870
operationId: postProfilePhoneNumberVerify
17871-
x-linode-cli-command: verify
17871+
x-linode-cli-action: verify
1787217872
security:
1787317873
- personalAccessToken: []
1787417874
- oauth:

0 commit comments

Comments
 (0)