From 8b18c18684792cbf63e853215f67b219956f379e Mon Sep 17 00:00:00 2001 From: Mona Mokhber Date: Wed, 8 Feb 2023 16:56:49 +0100 Subject: [PATCH] fix --- code/API_definitions/CAMARA/number_verification.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/CAMARA/number_verification.yaml b/code/API_definitions/CAMARA/number_verification.yaml index f74fd16..1894e07 100644 --- a/code/API_definitions/CAMARA/number_verification.yaml +++ b/code/API_definitions/CAMARA/number_verification.yaml @@ -42,12 +42,12 @@ paths: post: tags: - Phone number verify - summary: Verifies if the received hashed phone number matches the phone number associated with the access token + summary: Verifies if the received hashed/clear phone number matches the phone number associated with the access token description: |- Verifies if the specified phone number (clear or hashed format) matches the one that the user is currently using. - The number verification will be done for the user that has authenticated via mobile network and so their `sub` is in the access token - It returns true/false depending on if the hashed phone number received as input matches the authenticated user's `device phone number` associated to the access token - operationId: hashedPhoneNumberVerify + operationId: phoneNumberVerify parameters: - in: header name: x-correlator