Skip to content

Commit 1e7b03f

Browse files
committed
Update operationId's
1 parent 4d83edb commit 1e7b03f

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
@@ -17474,7 +17474,7 @@ paths:
1747417474
Delete the verified phone number for the User making this request.
1747517475

1747617476
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
1747817478
x-linode-cli-command: phone-delete
1747917479
security:
1748017480
- personalAccessToken: []
@@ -17515,7 +17515,7 @@ paths:
1751517515
* Subsequent requests made prior to code expiration result in sending the same code.
1751617516

1751717517
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
1751917519
x-linode-cli-command: phone-code-send
1752017520
security:
1752117521
- personalAccessToken: []
@@ -17580,7 +17580,7 @@ paths:
1758017580
* Only the same User that made the verification code request can use that code with this command.
1758117581

1758217582
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.
17583-
operationId: checkProfilePhoneVerificationCode
17583+
operationId: postProfilePhoneNumberVerify
1758417584
x-linode-cli-command: phone-verify
1758517585
security:
1758617586
- personalAccessToken: []

0 commit comments

Comments
 (0)