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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17474,7 +17474,7 @@ paths:
17474
17474
Delete the verified phone number for the User making this request.
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
-
operationId: deleteProfilePhone
17477
+
operationId: deleteProfilePhoneNumber
17478
17478
x-linode-cli-command: phone-delete
17479
17479
security:
17480
17480
- personalAccessToken: []
@@ -17515,7 +17515,7 @@ paths:
17515
17515
* Subsequent requests made prior to code expiration result in sending the same code.
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
-
operationId: sendProfilePhoneVerificationCode
17518
+
operationId: postProfilePhoneNumber
17519
17519
x-linode-cli-command: phone-code-send
17520
17520
security:
17521
17521
- personalAccessToken: []
@@ -17580,7 +17580,7 @@ paths:
17580
17580
* Only the same User that made the verification code request can use that code with this command.
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