Skip to content

Commit 43ef698

Browse files
authored
Merge pull request #721 from bbiggerr/fix/profile-phone-cli
Fix linode-cli phone command actions
2 parents ba53946 + 6f8d8f5 commit 43ef698

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
@@ -17766,7 +17766,7 @@ paths:
1776617766

1776717767
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.
1776817768
operationId: deleteProfilePhoneNumber
17769-
x-linode-cli-command: delete
17769+
x-linode-cli-action: delete
1777017770
security:
1777117771
- personalAccessToken: []
1777217772
- oauth:
@@ -17806,7 +17806,7 @@ paths:
1780617806

1780717807
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.
1780817808
operationId: postProfilePhoneNumber
17809-
x-linode-cli-command: sms-code-send
17809+
x-linode-cli-action: sms-code-send
1781017810
security:
1781117811
- personalAccessToken: []
1781217812
- oauth:
@@ -17871,7 +17871,7 @@ paths:
1787117871

1787217872
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.
1787317873
operationId: postProfilePhoneNumberVerify
17874-
x-linode-cli-command: verify
17874+
x-linode-cli-action: verify
1787517875
security:
1787617876
- personalAccessToken: []
1787717877
- oauth:

0 commit comments

Comments
 (0)