Skip to content

Commit c22da37

Browse files
trihuynhsinchTri Huynh
andauthored
Fix request method in reVerifySenderAddress documentation from PATCH to POST (#82)
Co-authored-by: Tri Huynh <[email protected]>
1 parent f73fd03 commit c22da37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ paths:
16941694
To reverify an OWN_NUMBER Sender Address:
16951695
1. Retrieve the UUID for the OWN_NUMBER using the **Get all approved sender addresses** endpoint
16961696
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
1697+
3. Make a POST request to the **Submit verification code endpoint**, providing the new 2FA code in the body of the request
16981698
operationId: reVerifySenderAddressUsingPOST
16991699
security:
17001700
- basic_auth: [ ]

0 commit comments

Comments
 (0)