We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73fd03 commit c22da37Copy full SHA for c22da37
spec/openapi.yaml
@@ -1694,7 +1694,7 @@ paths:
1694
To reverify an OWN_NUMBER Sender Address:
1695
1. Retrieve the UUID for the OWN_NUMBER using the **Get all approved sender addresses** endpoint
1696
2. Make a request to this endpoint to trigger the 2FA check
1697
- 3. Make a PATCH request to the **Submit verification code endpoint**, providing the new 2FA code in the body of the request
+ 3. Make a POST request to the **Submit verification code endpoint**, providing the new 2FA code in the body of the request
1698
operationId: reVerifySenderAddressUsingPOST
1699
security:
1700
- basic_auth: [ ]
0 commit comments