From ef776cfdde74b4c8c7bcd47339ce5343fdb2ccdf Mon Sep 17 00:00:00 2001 From: Tri Huynh Date: Tue, 15 Apr 2025 11:48:16 +0700 Subject: [PATCH] Fix request method in reVerifySenderAddress documentation from PATCH to POST --- spec/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/openapi.yaml b/spec/openapi.yaml index cab94d9..3bceaa8 100644 --- a/spec/openapi.yaml +++ b/spec/openapi.yaml @@ -1694,7 +1694,7 @@ paths: To reverify an OWN_NUMBER Sender Address: 1. Retrieve the UUID for the OWN_NUMBER using the **Get all approved sender addresses** endpoint 2. Make a request to this endpoint to trigger the 2FA check - 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 operationId: reVerifySenderAddressUsingPOST security: - basic_auth: [ ]