From d5daf7a3720c8d78f9cc2105bd6bccb4a0ff3005 Mon Sep 17 00:00:00 2001 From: Swati Goel Date: Thu, 25 Jul 2024 19:07:37 +0530 Subject: [PATCH] [INJIMOB-1666] Use /v1/mimoto uri for all mimoto apis (#343) * [INJIMOB-1666] - use /v1/mimoto for mimoto apis. Signed-off-by: Swati Goel * [INJIMOB-1666] - use /v1/mimoto for api tests Signed-off-by: Swati Goel --------- Signed-off-by: Swati Goel --- .../main/resources/config/Kernel.properties | 2 +- .../AidGetIndividualId/AidGetIndividualId.yml | 20 +- .../mimoto/AuthLock/createAuthLock.yml | 24 +- .../mimoto/AuthUnLock/createAuthUnLock.yml | 16 +- .../mimoto/BindingOtp/BindingOtp.yml | 72 ++-- .../CredentialCheckStatus.yml | 6 +- .../DownloadCredential/DownloadCredential.yml | 6 +- .../DownloadWithReqid/DownloadWithReqid.yml | 4 +- .../RequestCredentials/ReqCredential.yml | 24 +- .../DownloadIssuerCredential.yml | 12 +- .../mimoto/GenerateVID/createGenerateVID.yml | 24 +- .../GetAllCredentialTypes.yml | 6 +- .../mimoto/GetAllIssuers/GetAllIssuers.yml | 6 +- .../resources/mimoto/SendOTP1/SendOTP.yml | 2 +- .../mimoto/SendOTPUIN/createSendOTP.yml | 2 +- .../mimoto/WalletBinding/WalletBinding.yml | 312 +++++++++--------- docker-compose/README.md | 8 +- .../config/mimoto-default.properties | 2 +- .../config/mimoto-issuers-config.json | 4 +- .../Collab.postman_environment.json | 2 +- src/main/resources/mimoto-issuers-config.json | 4 +- 21 files changed, 279 insertions(+), 279 deletions(-) diff --git a/apitest/src/main/resources/config/Kernel.properties b/apitest/src/main/resources/config/Kernel.properties index eb800a2e..f90e39c5 100644 --- a/apitest/src/main/resources/config/Kernel.properties +++ b/apitest/src/main/resources/config/Kernel.properties @@ -101,7 +101,7 @@ auditActuatorEndpoint=/v1/auditmanager/actuator/info validateBindingEndpoint=ida-binding esignetWellKnownEndPoint=/v1/esignet/oidc/.well-known/openid-configuration signupSettingsEndPoint=/v1/signup/settings -actuatorMimotoEndpoint=/residentmobileapp/actuator/env +actuatorMimotoEndpoint=/v1/mimoto/actuator/env diff --git a/apitest/src/main/resources/mimoto/AidGetIndividualId/AidGetIndividualId.yml b/apitest/src/main/resources/mimoto/AidGetIndividualId/AidGetIndividualId.yml index b778650a..84abc6d1 100644 --- a/apitest/src/main/resources/mimoto/AidGetIndividualId/AidGetIndividualId.yml +++ b/apitest/src/main/resources/mimoto/AidGetIndividualId/AidGetIndividualId.yml @@ -1,6 +1,6 @@ AidGetIndividualId: Mimoto_AidGetIndividualId_Getting_With_Valid_UIN_All: - endPoint: /residentmobileapp/aid/get-individual-id + endPoint: /v1/mimoto/aid/get-individual-id role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -14,7 +14,7 @@ AidGetIndividualId: "aid": "$ID:AddIdentity_withValidParameters_smoke_Pos_RID$", "transactionID": "$TRANSACTIONID$", "sendOtpReqTemplate": "mimoto/SendOTPUIN/individualIdOtp", - "sendOtpEndPoint": "/residentmobileapp/req/individualId/otp" + "sendOtpEndPoint": "/v1/mimoto/req/individualId/otp" } }' output: '{ @@ -25,7 +25,7 @@ AidGetIndividualId: }' Mimoto_AidGetIndividualId_Getting_With_Invalid_AID_Neg: - endPoint: /residentmobileapp/aid/get-individual-id + endPoint: /v1/mimoto/aid/get-individual-id role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -39,7 +39,7 @@ AidGetIndividualId: "aid": "$ID:AddIdentity_withValidParameters_smoke_Pos_RID$", "transactionID": "$TRANSACTIONID$", "sendOtpReqTemplate": "mimoto/SendOTPUIN/individualIdOtp", - "sendOtpEndPoint": "/residentmobileapp/req/individualId/otp" + "sendOtpEndPoint": "/v1/mimoto/req/individualId/otp" } }' output: '{ @@ -54,7 +54,7 @@ AidGetIndividualId: }' Mimoto_AidGetIndividualId_Getting_With_Invalid_Otp_Neg: - endPoint: /residentmobileapp/aid/get-individual-id + endPoint: /v1/mimoto/aid/get-individual-id role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -68,7 +68,7 @@ AidGetIndividualId: "aid": "$ID:AddIdentity_withValidParameters_smoke_Pos_RID$", "transactionID": "$TRANSACTIONID$", "sendOtpReqTemplate": "mimoto/SendOTPUIN/individualIdOtp", - "sendOtpEndPoint": "/residentmobileapp/req/individualId/otp" + "sendOtpEndPoint": "/v1/mimoto/req/individualId/otp" } }' output: '{ @@ -83,7 +83,7 @@ AidGetIndividualId: }' Mimoto_AidGetIndividualId_Getting_With_Valid_Otp_All: - endPoint: /residentmobileapp/aid/get-individual-id + endPoint: /v1/mimoto/aid/get-individual-id role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -97,7 +97,7 @@ AidGetIndividualId: "aid": "$ID:AddIdentity_withValidParameters_smoke_Pos_RID$", "transactionID": "$TRANSACTIONID$", "sendOtpReqTemplate": "mimoto/SendOTPUIN/individualIdOtp", - "sendOtpEndPoint": "/residentmobileapp/req/individualId/otp" + "sendOtpEndPoint": "/v1/mimoto/req/individualId/otp" } }' output: '{ @@ -108,7 +108,7 @@ AidGetIndividualId: }' Mimoto_AidGetIndividualId_Getting_With_Invalid_lenght_Of_AID_Neg: - endPoint: /residentmobileapp/aid/get-individual-id + endPoint: /v1/mimoto/aid/get-individual-id role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -122,7 +122,7 @@ AidGetIndividualId: "aid": "$ID:AddIdentity_withValidParameters_smoke_Pos_RID$", "transactionID": "$TRANSACTIONID$", "sendOtpReqTemplate": "mimoto/SendOTPUIN/individualIdOtp", - "sendOtpEndPoint": "/residentmobileapp/req/individualId/otp" + "sendOtpEndPoint": "/v1/mimoto/req/individualId/otp" } }' output: '{ diff --git a/apitest/src/main/resources/mimoto/AuthLock/createAuthLock.yml b/apitest/src/main/resources/mimoto/AuthLock/createAuthLock.yml index 533b9872..8cdcce92 100644 --- a/apitest/src/main/resources/mimoto/AuthLock/createAuthLock.yml +++ b/apitest/src/main/resources/mimoto/AuthLock/createAuthLock.yml @@ -1,6 +1,6 @@ AuthLock: Mimoto_AuthLock_Valid_UIN_All: - endPoint: /residentmobileapp/req/auth/lock + endPoint: /v1/mimoto/req/auth/lock role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -18,7 +18,7 @@ AuthLock: "individualId": "$ID:AddIdentity_withValidParameters_smoke_Pos_UIN$", "individualIdType": "UIN", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -27,7 +27,7 @@ AuthLock: } }' Mimoto_AuthLock_InValid_Otp_All: - endPoint: /residentmobileapp/req/auth/lock + endPoint: /v1/mimoto/req/auth/lock role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -45,7 +45,7 @@ AuthLock: "individualId": "$ID:AddIdentity_withValidParameters_smoke_Pos_UIN$", "individualIdType": "UIN", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -59,7 +59,7 @@ AuthLock: } }' Mimoto_AuthLock_with_invalidUIN_Valid_Otp_sid: - endPoint: /residentmobileapp/req/auth/lock + endPoint: /v1/mimoto/req/auth/lock role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -77,7 +77,7 @@ AuthLock: "individualId": "$ID:AddIdentity_withValidParameters_smoke_Pos_UIN$", "individualIdType": "UIN", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -91,7 +91,7 @@ AuthLock: } }' Mimoto_AuthLock_Valid_VID_All: - endPoint: /residentmobileapp/req/auth/lock + endPoint: /v1/mimoto/req/auth/lock role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -109,7 +109,7 @@ AuthLock: "individualId": "$ID:Generate_Perpetual_VID_Valid_Smoke_sid_vid$", "individualIdType": "VID", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -118,7 +118,7 @@ AuthLock: } }' Mimoto_AuthLock_with_invalidVID_Valid_Otp: - endPoint: /residentmobileapp/req/auth/lock + endPoint: /v1/mimoto/req/auth/lock role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -136,7 +136,7 @@ AuthLock: "individualId": "$ID:Generate_Perpetual_VID_Valid_Smoke_sid_vid$", "individualIdType": "VID", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -150,7 +150,7 @@ AuthLock: } }' Mimoto_AuthLock_invalidVID_Valid_Otp: - endPoint: /residentmobileapp/req/auth/lock + endPoint: /v1/mimoto/req/auth/lock role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -168,7 +168,7 @@ AuthLock: "individualId": "$ID:Generate_Perpetual_VID_Valid_Smoke_sid_vid$", "individualIdType": "VID", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ diff --git a/apitest/src/main/resources/mimoto/AuthUnLock/createAuthUnLock.yml b/apitest/src/main/resources/mimoto/AuthUnLock/createAuthUnLock.yml index 9fe7af39..73096d08 100644 --- a/apitest/src/main/resources/mimoto/AuthUnLock/createAuthUnLock.yml +++ b/apitest/src/main/resources/mimoto/AuthUnLock/createAuthUnLock.yml @@ -1,6 +1,6 @@ AuthUnlock: Mimoto_AuthUnLock_Valid_UIN_All: - endPoint: /residentmobileapp/req/auth/unlock + endPoint: /v1/mimoto/req/auth/unlock role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -19,7 +19,7 @@ AuthUnlock: "individualId": "$ID:AddIdentity_withValidParameters_smoke_Pos_UIN$", "individualIdType": "UIN", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -28,7 +28,7 @@ AuthUnlock: } }' Mimoto_AuthUnLock_Valid_UIN_With_VID_All: - endPoint: /residentmobileapp/req/auth/unlock + endPoint: /v1/mimoto/req/auth/unlock role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -47,7 +47,7 @@ AuthUnlock: "individualId": "$ID:Generate_Perpetual_VID_Valid_Smoke_sid_vid$", "individualIdType": "VID", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -56,7 +56,7 @@ AuthUnlock: } }' Mimoto_AuthUnLock_With_InValid_OTP_All: - endPoint: /residentmobileapp/req/auth/unlock + endPoint: /v1/mimoto/req/auth/unlock role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -75,7 +75,7 @@ AuthUnlock: "individualId": "$ID:AddIdentity_withValidParameters_smoke_Pos_UIN$", "individualIdType": "UIN", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -89,7 +89,7 @@ AuthUnlock: } }' Mimoto_AuthUnLock_InValid_OTP_With_VID_All: - endPoint: /residentmobileapp/req/auth/unlock + endPoint: /v1/mimoto/req/auth/unlock role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -108,7 +108,7 @@ AuthUnlock: "individualId": "$ID:Generate_Perpetual_VID_Valid_Smoke_sid_vid$", "individualIdType": "VID", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ diff --git a/apitest/src/main/resources/mimoto/BindingOtp/BindingOtp.yml b/apitest/src/main/resources/mimoto/BindingOtp/BindingOtp.yml index 8d63d2a9..386d1bb7 100644 --- a/apitest/src/main/resources/mimoto/BindingOtp/BindingOtp.yml +++ b/apitest/src/main/resources/mimoto/BindingOtp/BindingOtp.yml @@ -1,6 +1,6 @@ BindingOtp: Mimoto_BindingOtp_Valid_UIN_All_Smoke: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -17,7 +17,7 @@ BindingOtp: }' Mimoto_BindingOtp_Valid_vid_All_Smoke: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -34,7 +34,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Invalid_individualId_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -54,7 +54,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Missing_individualId_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -74,7 +74,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Empty_individualId_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -94,7 +94,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Null_individualId_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -114,7 +114,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_SpaceSeparated_otpChannels_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -134,7 +134,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Invalid_OtpChannels_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -154,7 +154,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Missing_OtpChannels_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -174,7 +174,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Empty_OtpChannels_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -194,7 +194,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Null_OtpChannels_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -214,7 +214,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Missing_OtpChannel_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -234,7 +234,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Empty_OtpChannel_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -254,7 +254,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Null_OtpChannel_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -274,7 +274,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Invalid_RequestTime_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -294,7 +294,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Past_RequestTime_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -314,7 +314,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Future_RequestTime_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -334,7 +334,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Missing_RequestTime_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -354,7 +354,7 @@ BindingOtp: }' Mimoto_BindingOtp_UIN_Empty_RequestTime_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -374,7 +374,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Invalid_individualId_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -394,7 +394,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Missing_individualId_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -414,7 +414,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Empty_individualId_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -434,7 +434,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Null_individualId_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -454,7 +454,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_SpaceSeparated_otpChannels_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -474,7 +474,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Invalid_OtpChannels_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -494,7 +494,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Missing_OtpChannels_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -514,7 +514,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Empty_OtpChannels_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -534,7 +534,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Null_OtpChannels_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -554,7 +554,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Missing_OtpChannel_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -574,7 +574,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Empty_OtpChannel_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -594,7 +594,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Null_OtpChannel_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -614,7 +614,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Invalid_RequestTime_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -634,7 +634,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Past_RequestTime_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -654,7 +654,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Future_RequestTime_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -674,7 +674,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Missing_RequestTime_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true @@ -694,7 +694,7 @@ BindingOtp: }' Mimoto_BindingOtp_vid_Empty_RequestTime_Neg: - endPoint: /residentmobileapp/binding-otp + endPoint: /v1/mimoto/binding-otp role: resident restMethod: post validityCheckRequired: true diff --git a/apitest/src/main/resources/mimoto/CredentialIssuance/CredentialCheckStatus/CredentialCheckStatus.yml b/apitest/src/main/resources/mimoto/CredentialIssuance/CredentialCheckStatus/CredentialCheckStatus.yml index eab5ca52..00eaaf51 100644 --- a/apitest/src/main/resources/mimoto/CredentialIssuance/CredentialCheckStatus/CredentialCheckStatus.yml +++ b/apitest/src/main/resources/mimoto/CredentialIssuance/CredentialCheckStatus/CredentialCheckStatus.yml @@ -1,6 +1,6 @@ CredentialsStatus: Mimoto_CredentialsStatus_euin_All_Valid_Smoke: - endPoint: /residentmobileapp/credentialshare/request/status/{requestId} + endPoint: /v1/mimoto/credentialshare/request/status/{requestId} role: resident restMethod: get inputTemplate: mimoto/CredentialIssuance/CredentialCheckStatus/credentialcheckstatus @@ -12,7 +12,7 @@ CredentialsStatus: "statusCode": "ISSUED" }' Mimoto_CredentialsStatus_euin_With_VID_All_Valid_Smoke: - endPoint: /residentmobileapp/credentialshare/request/status/{requestId} + endPoint: /v1/mimoto/credentialshare/request/status/{requestId} role: resident restMethod: get inputTemplate: mimoto/CredentialIssuance/CredentialCheckStatus/credentialcheckstatus @@ -25,7 +25,7 @@ CredentialsStatus: }' Mimoto_CredentialsStatus_euin_With_Invalid_RequestId_Neg: - endPoint: /residentmobileapp/credentialshare/request/status/{requestId} + endPoint: /v1/mimoto/credentialshare/request/status/{requestId} role: resident restMethod: get inputTemplate: mimoto/CredentialIssuance/CredentialCheckStatus/credentialcheckstatus diff --git a/apitest/src/main/resources/mimoto/CredentialIssuance/DownloadCredential/DownloadCredential.yml b/apitest/src/main/resources/mimoto/CredentialIssuance/DownloadCredential/DownloadCredential.yml index 815e3c5a..1b947609 100644 --- a/apitest/src/main/resources/mimoto/CredentialIssuance/DownloadCredential/DownloadCredential.yml +++ b/apitest/src/main/resources/mimoto/CredentialIssuance/DownloadCredential/DownloadCredential.yml @@ -1,6 +1,6 @@ DownloadCredential: Mimoto_DownloadCredential_All_Valid_Smoke: - endPoint: /residentmobileapp/credentialshare/download + endPoint: /v1/mimoto/credentialshare/download role: resident restMethod: post inputTemplate: mimoto/CredentialIssuance/DownloadCredential/downloadCredential @@ -14,7 +14,7 @@ DownloadCredential: }' Mimoto_DownloadCredential_Invalid_RequestId_Neg: - endPoint: /residentmobileapp/credentialshare/download + endPoint: /v1/mimoto/credentialshare/download role: resident restMethod: post inputTemplate: mimoto/CredentialIssuance/DownloadCredential/downloadCredential @@ -28,7 +28,7 @@ DownloadCredential: }' Mimoto_DownloadCredential_Invalid_IndividualId_Neg: - endPoint: /residentmobileapp/credentialshare/download + endPoint: /v1/mimoto/credentialshare/download role: resident restMethod: post inputTemplate: mimoto/CredentialIssuance/DownloadCredential/downloadCredential diff --git a/apitest/src/main/resources/mimoto/CredentialIssuance/DownloadWithReqid/DownloadWithReqid.yml b/apitest/src/main/resources/mimoto/CredentialIssuance/DownloadWithReqid/DownloadWithReqid.yml index 0f0a43c9..deda547d 100644 --- a/apitest/src/main/resources/mimoto/CredentialIssuance/DownloadWithReqid/DownloadWithReqid.yml +++ b/apitest/src/main/resources/mimoto/CredentialIssuance/DownloadWithReqid/DownloadWithReqid.yml @@ -1,6 +1,6 @@ DownloadCredential: Mimoto_CredentialsStatus_All_Valid_Smoke_euin: - endPoint: /residentmobileapp/credentialshare/download + endPoint: /v1/mimoto/credentialshare/download role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -14,7 +14,7 @@ DownloadCredential: "Content-Type": "application/pdf" }' Mimoto_CredentialsStatus_StatusCode_InValid_Smoke_euin: - endPoint: /residentmobileapp/credentialshare/download + endPoint: /v1/mimoto/credentialshare/download role: resident restMethod: get inputTemplate: mimoto/CredentialIssuance/DownloadWithReqid/downloadwithreqid diff --git a/apitest/src/main/resources/mimoto/CredentialIssuance/RequestCredentials/ReqCredential.yml b/apitest/src/main/resources/mimoto/CredentialIssuance/RequestCredentials/ReqCredential.yml index b5ea2044..e8c1de4d 100644 --- a/apitest/src/main/resources/mimoto/CredentialIssuance/RequestCredentials/ReqCredential.yml +++ b/apitest/src/main/resources/mimoto/CredentialIssuance/RequestCredentials/ReqCredential.yml @@ -1,6 +1,6 @@ RequestCredentials: Mimoto_RequestCredentials__All_Valid_Smoke_sid: - endPoint: /residentmobileapp/credentialshare/request + endPoint: /v1/mimoto/credentialshare/request role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -17,7 +17,7 @@ RequestCredentials: "individualId": "$ID:AddIdentity_withValidParameters_smoke_Pos_UIN$", "individualIdType": "UIN", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -27,7 +27,7 @@ RequestCredentials: } }' Mimoto_RequestCredentials_All_Valid_Smoke_with_VID_sid: - endPoint: /residentmobileapp/credentialshare/request + endPoint: /v1/mimoto/credentialshare/request role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -44,7 +44,7 @@ RequestCredentials: "individualId": "$ID:Generate_Perpetual_VID_Valid_Smoke_sid_vid$", "individualIdType": "VID", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -54,7 +54,7 @@ RequestCredentials: } }' Mimoto_RequestCredentials_InValid_Otp_UIN_sid: - endPoint: /residentmobileapp/credentialshare/request + endPoint: /v1/mimoto/credentialshare/request role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -71,7 +71,7 @@ RequestCredentials: "individualId": "$ID:AddIdentity_withValidParameters_smoke_Pos_UIN$", "individualIdType": "UIN", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -85,7 +85,7 @@ RequestCredentials: } }' Mimoto_RequestCredentials_InValid_TransactionId_sid: - endPoint: /residentmobileapp/credentialshare/request + endPoint: /v1/mimoto/credentialshare/request role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -102,7 +102,7 @@ RequestCredentials: "individualId": "$ID:AddIdentity_withValidParameters_smoke_Pos_UIN$", "individualIdType": "UIN", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -117,7 +117,7 @@ RequestCredentials: }' Mimoto_RequestCredentials_InValid_UIN_sid: - endPoint: /residentmobileapp/credentialshare/request + endPoint: /v1/mimoto/credentialshare/request role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -134,7 +134,7 @@ RequestCredentials: "individualId": "$ID:AddIdentity_withValidParameters_smoke_Pos_UIN$", "individualIdType": "UIN", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -149,7 +149,7 @@ RequestCredentials: }' Mimoto_RequestCredentials_Invalid_VID_sid_Neg: - endPoint: /residentmobileapp/credentialshare/request + endPoint: /v1/mimoto/credentialshare/request role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -166,7 +166,7 @@ RequestCredentials: "individualId": "$ID:Generate_Perpetual_VID_Valid_Smoke_sid_vid$", "individualIdType": "VID", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ diff --git a/apitest/src/main/resources/mimoto/DownloadIssuerCredential/DownloadIssuerCredential.yml b/apitest/src/main/resources/mimoto/DownloadIssuerCredential/DownloadIssuerCredential.yml index f23212b5..378b6daa 100644 --- a/apitest/src/main/resources/mimoto/DownloadIssuerCredential/DownloadIssuerCredential.yml +++ b/apitest/src/main/resources/mimoto/DownloadIssuerCredential/DownloadIssuerCredential.yml @@ -1,6 +1,6 @@ DownloadIssuerCredential: Mimoto_DownloadIssuerCredential_IssuerMosip_All_Valid_Smoke: - endPoint: /residentmobileapp/credentials/download + endPoint: /v1/mimoto/credentials/download role: resident restMethod: get checkErrorsOnlyInResponse: true @@ -18,7 +18,7 @@ DownloadIssuerCredential: }' Mimoto_DownloadIssuerCredential_Invalid_Issuer_Neg: - endPoint: /residentmobileapp/credentials/download + endPoint: /v1/mimoto/credentials/download role: resident restMethod: get checkErrorsOnlyInResponse: true @@ -41,7 +41,7 @@ DownloadIssuerCredential: }' Mimoto_DownloadIssuerCredential_Invalid_Credential_Neg: - endPoint: /residentmobileapp/credentials/download + endPoint: /v1/mimoto/credentials/download role: resident restMethod: get checkErrorsOnlyInResponse: true @@ -64,7 +64,7 @@ DownloadIssuerCredential: }' Mimoto_DownloadIssuerCredential_Invalid_AuthorizationCode_Neg: - endPoint: /residentmobileapp/credentials/download + endPoint: /v1/mimoto/credentials/download role: resident restMethod: get checkErrorsOnlyInResponse: true @@ -87,7 +87,7 @@ DownloadIssuerCredential: }' Mimoto_DownloadIssuerCredential_Reused_AuthorizationCode_Neg: - endPoint: /residentmobileapp/credentials/download + endPoint: /v1/mimoto/credentials/download role: resident restMethod: get checkErrorsOnlyInResponse: true @@ -109,7 +109,7 @@ DownloadIssuerCredential: ] }' Mimoto_DownloadIssuerCredential_IssuerSunBird_All_Valid_Smoke: - endPoint: /residentmobileapp/credentials/download + endPoint: /v1/mimoto/credentials/download role: resident restMethod: get checkErrorsOnlyInResponse: true diff --git a/apitest/src/main/resources/mimoto/GenerateVID/createGenerateVID.yml b/apitest/src/main/resources/mimoto/GenerateVID/createGenerateVID.yml index 803a0acc..a68b5344 100644 --- a/apitest/src/main/resources/mimoto/GenerateVID/createGenerateVID.yml +++ b/apitest/src/main/resources/mimoto/GenerateVID/createGenerateVID.yml @@ -1,6 +1,6 @@ GenerateVID: Mimoto_Generate_Perpetual_VID_Valid_Smoke_sid: - endPoint: /residentmobileapp/vid + endPoint: /v1/mimoto/vid role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -18,7 +18,7 @@ GenerateVID: "individualId": "$ID:AddIdentity_withValidParameters_smoke_Pos_UIN$", "individualIdType": "UIN", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -27,7 +27,7 @@ GenerateVID: } }' Mimoto_Generate_Perpetual_VID_InValid_Otp_sid: - endPoint: /residentmobileapp/vid + endPoint: /v1/mimoto/vid role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -45,7 +45,7 @@ GenerateVID: "individualId": "$ID:AddIdentity_withValidParameters_smoke_Pos_UIN$", "individualIdType": "UIN", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -59,7 +59,7 @@ GenerateVID: } }' Mimoto_Generate_Perpetual_VID_with_InvalidUIN_Valid_Otp_sid: - endPoint: /residentmobileapp/vid + endPoint: /v1/mimoto/vid role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -77,7 +77,7 @@ GenerateVID: "individualId": "$ID:AddIdentity_withValidParameters_smoke_Pos_UIN$", "individualIdType": "UIN", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -92,7 +92,7 @@ GenerateVID: }' mimoto_Generate_Temporary_VID_Valid_Smoke_sid: - endPoint: /residentmobileapp/vid + endPoint: /v1/mimoto/vid role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -110,7 +110,7 @@ GenerateVID: "individualId": "$ID:AddIdentity_withValidParameters_smoke_Pos_UIN$", "individualIdType": "UIN", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -120,7 +120,7 @@ GenerateVID: }' Mimoto_Generate_Perpetual_VID_Invalid_TransactionId_Neg: - endPoint: /residentmobileapp/vid + endPoint: /v1/mimoto/vid role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -138,7 +138,7 @@ GenerateVID: "individualId": "$ID:AddIdentity_withValidParameters_smoke_Pos_UIN$", "individualIdType": "UIN", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ @@ -153,7 +153,7 @@ GenerateVID: }' Mimoto_Generate_Perpetual_VID_Binding_Valid_Smoke_sid: - endPoint: /residentmobileapp/vid + endPoint: /v1/mimoto/vid role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -171,7 +171,7 @@ GenerateVID: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "individualIdType": "UIN", "sendOtpReqTemplate": "mimoto/SendOTP/createSendOTP", - "sendOtpEndPoint": "/residentmobileapp/req/otp" + "sendOtpEndPoint": "/v1/mimoto/req/otp" } }' output: '{ diff --git a/apitest/src/main/resources/mimoto/GetAllCredentialTypes/GetAllCredentialTypes.yml b/apitest/src/main/resources/mimoto/GetAllCredentialTypes/GetAllCredentialTypes.yml index aeb6e5c6..942113a2 100644 --- a/apitest/src/main/resources/mimoto/GetAllCredentialTypes/GetAllCredentialTypes.yml +++ b/apitest/src/main/resources/mimoto/GetAllCredentialTypes/GetAllCredentialTypes.yml @@ -1,6 +1,6 @@ GetAllCredentialTypes: Mimoto_GetAllCredentialTypes_All_Valid_Smoke: - endPoint: /residentmobileapp/issuers/{issuerId}/credentialTypes + endPoint: /v1/mimoto/issuers/{issuerId}/credentialTypes role: resident restMethod: get checkErrorsOnlyInResponse: true @@ -14,7 +14,7 @@ GetAllCredentialTypes: }' Mimoto_GetAllCredentialTypes_Specific_Issuer_All_Valid_Smoke: - endPoint: /residentmobileapp/issuers/{issuerId}/credentialTypes/?search={credentialType} + endPoint: /v1/mimoto/issuers/{issuerId}/credentialTypes/?search={credentialType} role: resident restMethod: get checkErrorsOnlyInResponse: true @@ -28,7 +28,7 @@ GetAllCredentialTypes: }' Mimoto_GetAllCredentialTypes_Invalid_Issuer_Neg: - endPoint: /residentmobileapp/issuers/{issuerId}/credentialTypes + endPoint: /v1/mimoto/issuers/{issuerId}/credentialTypes role: resident restMethod: get checkErrorsOnlyInResponse: true diff --git a/apitest/src/main/resources/mimoto/GetAllIssuers/GetAllIssuers.yml b/apitest/src/main/resources/mimoto/GetAllIssuers/GetAllIssuers.yml index c9afa105..802bc204 100644 --- a/apitest/src/main/resources/mimoto/GetAllIssuers/GetAllIssuers.yml +++ b/apitest/src/main/resources/mimoto/GetAllIssuers/GetAllIssuers.yml @@ -1,6 +1,6 @@ GetAllIssuers: Mimoto_GetAllIssuers_All_Valid_Smoke: - endPoint: /residentmobileapp/issuers + endPoint: /v1/mimoto/issuers role: resident restMethod: get checkErrorsOnlyInResponse: true @@ -12,7 +12,7 @@ GetAllIssuers: }' Mimoto_GetAllIssuers_Specific_Issuer_All_Valid_Smoke: - endPoint: /residentmobileapp/issuers/Mosip + endPoint: /v1/mimoto/issuers/Mosip role: resident restMethod: get checkErrorsOnlyInResponse: true @@ -24,7 +24,7 @@ GetAllIssuers: }' Mimoto_GetAllIssuers_Invalid_Issuer_Neg: - endPoint: /residentmobileapp/issuers/invalid + endPoint: /v1/mimoto/issuers/invalid role: resident restMethod: get checkErrorsOnlyInResponse: true diff --git a/apitest/src/main/resources/mimoto/SendOTP1/SendOTP.yml b/apitest/src/main/resources/mimoto/SendOTP1/SendOTP.yml index 26ecf09e..3edc30c0 100644 --- a/apitest/src/main/resources/mimoto/SendOTP1/SendOTP.yml +++ b/apitest/src/main/resources/mimoto/SendOTP1/SendOTP.yml @@ -36,7 +36,7 @@ SendOTP: }' Mimoto_SendOTP_InValid_UIN_All: - endPoint: /residentmobileapp/req/otp + endPoint: /v1/mimoto/req/otp role: resident restMethod: post inputTemplate: mimoto/SendOTP1/createSendOTP diff --git a/apitest/src/main/resources/mimoto/SendOTPUIN/createSendOTP.yml b/apitest/src/main/resources/mimoto/SendOTPUIN/createSendOTP.yml index 81563952..c5277615 100644 --- a/apitest/src/main/resources/mimoto/SendOTPUIN/createSendOTP.yml +++ b/apitest/src/main/resources/mimoto/SendOTPUIN/createSendOTP.yml @@ -1,6 +1,6 @@ individualOTP: Mimoto_individualOTP_All_Valid_Smoke: - endPoint: /residentmobileapp/req/individualId/otp + endPoint: /v1/mimoto/req/individualId/otp role: resident checkErrorsOnlyInResponse: true restMethod: post diff --git a/apitest/src/main/resources/mimoto/WalletBinding/WalletBinding.yml b/apitest/src/main/resources/mimoto/WalletBinding/WalletBinding.yml index 0c621a1f..f4d3be45 100644 --- a/apitest/src/main/resources/mimoto/WalletBinding/WalletBinding.yml +++ b/apitest/src/main/resources/mimoto/WalletBinding/WalletBinding.yml @@ -1,6 +1,6 @@ WalletBinding: Mimoto_WalletBinding_uin_OTP_Valid_Smoke: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -21,7 +21,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -33,7 +33,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_OTP_Valid_Smoke: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -54,7 +54,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -66,7 +66,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Invalid_RequestTime_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -87,7 +87,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -104,7 +104,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_PastVal_RequestTime_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -125,7 +125,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -142,7 +142,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_FutureVal_RequestTime_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -163,7 +163,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -180,7 +180,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Empty_RequestTime_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -201,7 +201,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -218,7 +218,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Missing_RequestTime_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -239,7 +239,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -256,7 +256,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Invalid_IndividualId_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -277,7 +277,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -294,7 +294,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Empty_IndividualId_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -315,7 +315,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -332,7 +332,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Null_IndividualId_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -353,7 +353,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -370,7 +370,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Missing_IndividualId_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -391,7 +391,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -408,7 +408,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_SpaceVal_IndividualId_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -429,7 +429,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -446,7 +446,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Invalid_AuthFactorType_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_auth_factor_type @@ -468,7 +468,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -485,7 +485,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Empty_AuthFactorType_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_auth_factor_type @@ -507,7 +507,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -524,7 +524,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Missing_AuthFactorType_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_auth_factor_type @@ -546,7 +546,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -563,7 +563,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_SpaceVal_AuthFactorType_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_auth_factor_type @@ -585,7 +585,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -602,7 +602,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Null_AuthFactorType_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_auth_factor_type @@ -624,7 +624,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -641,7 +641,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Invalid_Challenge_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge @@ -663,7 +663,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -680,7 +680,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Missing_Challenge_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge @@ -702,7 +702,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -719,7 +719,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Empty_Challenge_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge @@ -741,7 +741,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -758,7 +758,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_SpaceVal_Challenge_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge @@ -780,7 +780,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -797,7 +797,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Null_Challenge_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: @@ -819,7 +819,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -836,7 +836,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Invalid_Formate_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge_format @@ -858,7 +858,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -875,7 +875,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Missing_Formate_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge_format @@ -897,7 +897,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -914,7 +914,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Empty_Formate_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge_format @@ -936,7 +936,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -953,7 +953,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_SpaceVal_Formate_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge_format @@ -975,7 +975,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -992,7 +992,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Null_Formate_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge_format @@ -1014,7 +1014,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1031,7 +1031,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Invalid_authFactorType1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1052,7 +1052,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1069,7 +1069,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Missing_authFactorType1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1090,7 +1090,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1107,7 +1107,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Empty_authFactorType1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1128,7 +1128,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1145,7 +1145,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_SpaceVal_authFactorType1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1166,7 +1166,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1183,7 +1183,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Null_authFactorType1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1204,7 +1204,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1221,7 +1221,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Invalid_format1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1242,7 +1242,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1259,7 +1259,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Missing_format1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1280,7 +1280,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1297,7 +1297,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Empty_format1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1318,7 +1318,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1335,7 +1335,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_SpaceVal_format1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1356,7 +1356,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1373,7 +1373,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Null_format1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1394,7 +1394,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1411,7 +1411,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Invalid_publicKey_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1432,7 +1432,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1449,7 +1449,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Null_publicKey_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1470,7 +1470,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1487,7 +1487,7 @@ WalletBinding: }' Mimoto_WalletBinding_uin_Missing_publicKey_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1508,7 +1508,7 @@ WalletBinding: "individualId": "$ID:AddIdentity_Binding_smoke_Pos_UIN$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1525,7 +1525,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Invalid_RequestTime_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1546,7 +1546,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1563,7 +1563,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_PastVal_RequestTime_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1584,7 +1584,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1601,7 +1601,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_FutureVal_RequestTime_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1622,7 +1622,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1639,7 +1639,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Empty_RequestTime_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1660,7 +1660,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1677,7 +1677,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Missing_RequestTime_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1698,7 +1698,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1715,7 +1715,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Invalid_IndividualId_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1736,7 +1736,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1753,7 +1753,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Empty_IndividualId_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1774,7 +1774,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1791,7 +1791,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Null_IndividualId_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1812,7 +1812,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1829,7 +1829,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Missing_IndividualId_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1850,7 +1850,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1867,7 +1867,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_SpaceVal_IndividualId_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -1888,7 +1888,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1905,7 +1905,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Invalid_AuthFactorType_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_auth_factor_type @@ -1927,7 +1927,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1944,7 +1944,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Empty_AuthFactorType_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_auth_factor_type @@ -1966,7 +1966,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -1983,7 +1983,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Missing_AuthFactorType_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_auth_factor_type @@ -2005,7 +2005,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2022,7 +2022,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_SpaceVal_AuthFactorType_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_auth_factor_type @@ -2044,7 +2044,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2061,7 +2061,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Null_AuthFactorType_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2082,7 +2082,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2099,7 +2099,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Invalid_Challenge_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge @@ -2121,7 +2121,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2138,7 +2138,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Missing_Challenge_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge @@ -2160,7 +2160,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2177,7 +2177,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Empty_Challenge_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge @@ -2199,7 +2199,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2216,7 +2216,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_SpaceVal_Challenge_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge @@ -2238,7 +2238,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2255,7 +2255,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Null_Challenge_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2276,7 +2276,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2293,7 +2293,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Invalid_Formate_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2314,7 +2314,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2331,7 +2331,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Missing_Formate_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge_format @@ -2353,7 +2353,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2370,7 +2370,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Empty_Formate_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge_format @@ -2392,7 +2392,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2409,7 +2409,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_SpaceVal_Formate_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true allowedErrorCodes: invalid_challenge_format @@ -2431,7 +2431,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2448,7 +2448,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Null_Formate_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2469,7 +2469,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2486,7 +2486,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Invalid_authFactorType1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2507,7 +2507,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2524,7 +2524,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Missing_authFactorType1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2545,7 +2545,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2562,7 +2562,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Empty_authFactorType1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2583,7 +2583,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2600,7 +2600,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_SpaceVal_authFactorType1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2621,7 +2621,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2638,7 +2638,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Null_authFactorType1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2659,7 +2659,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2676,7 +2676,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Invalid_format1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2697,7 +2697,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2714,7 +2714,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Missing_format1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2735,7 +2735,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2752,7 +2752,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Empty_format1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2773,7 +2773,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2790,7 +2790,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_SpaceVal_format1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2811,7 +2811,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2828,7 +2828,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Null_format1_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2849,7 +2849,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2866,7 +2866,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Invalid_publicKey_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2887,7 +2887,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2904,7 +2904,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Null_publicKey_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2925,7 +2925,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ @@ -2942,7 +2942,7 @@ WalletBinding: }' Mimoto_WalletBinding_vid_Missing_publicKey_Neg: - endPoint: /residentmobileapp/wallet-binding + endPoint: /v1/mimoto/wallet-binding role: resident validityCheckRequired: true restMethod: post @@ -2963,7 +2963,7 @@ WalletBinding: "individualId": "$ID:Generate_Perpetual_VID_Binding_Valid_Smoke_sid_vid$", "otpChannels": [{channel: "EMAIL"},{channel: "PHONE"}], "sendOtpReqTemplate": "mimoto/BindingOtp/BindingOtp", - "sendOtpEndPoint": "/residentmobileapp/binding-otp" + "sendOtpEndPoint": "/v1/mimoto/binding-otp" } }' output: '{ diff --git a/docker-compose/README.md b/docker-compose/README.md index 24b860d1..a7367bfc 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -27,10 +27,10 @@ Refer [here](https://docs.mosip.io/inji/inji-mobile-wallet/customization-overvie > docker-compose up 7. Access Apis as - * http://localhost:8099/residentmobileapp/allProperties - * http://localhost:8099/residentmobileapp/issuers - * http://localhost:8099/residentmobileapp/issuers/Sunbird - * http://localhost:8099/residentmobileapp/issuers/Sunbird/credentialTypes + * http://localhost:8099/v1/mimoto/allProperties + * http://localhost:8099/v1/mimoto/issuers + * http://localhost:8099/v1/mimoto/issuers/Sunbird + * http://localhost:8099/v1/mimoto/issuers/Sunbird/credentialTypes Note: diff --git a/docker-compose/config/mimoto-default.properties b/docker-compose/config/mimoto-default.properties index 01f7010b..4b25759d 100644 --- a/docker-compose/config/mimoto-default.properties +++ b/docker-compose/config/mimoto-default.properties @@ -1,5 +1,5 @@ server.port=8099 -server.servlet.context-path=/residentmobileapp +server.servlet.context-path=/v1/mimoto health.config.enabled=false mosip.service.end-points=/**/* diff --git a/docker-compose/config/mimoto-issuers-config.json b/docker-compose/config/mimoto-issuers-config.json index 10024ded..508e5f48 100644 --- a/docker-compose/config/mimoto-issuers-config.json +++ b/docker-compose/config/mimoto-issuers-config.json @@ -73,7 +73,7 @@ "redirect_uri": "io.mosip.residentapp.inji://oauthredirect", "authorization_endpoint": "https://esignet.collab.mosip.net/authorize", "authorization_audience": "https://esignet.collab.mosip.net/v1/esignet/oauth/v2/token", - "token_endpoint": "https://api.collab.mosip.net/residentmobileapp/get-token/ESignet", + "token_endpoint": "https://api.collab.mosip.net/v1/mimoto/get-token/ESignet", "proxy_token_endpoint": "https://api.collab.mosip.net/v1/esignet/oauth/v2/token", "credential_endpoint": "https://api.collab.mosip.net/v1/esignet/vci/credential", "credential_type": ["VerifiableCredential", "MOSIPVerifiableCredential"], @@ -153,7 +153,7 @@ "redirect_uri": "io.mosip.residentapp.inji://oauthredirect", "authorization_endpoint": "https://esignet-insurance.collab.mosip.net/authorize", "authorization_audience": "https://esignet-insurance.collab.mosip.net/v1/esignet/oauth/v2/token", - "token_endpoint": "https://api.collab.mosip.net/residentmobileapp/get-token/Sunbird", + "token_endpoint": "https://api.collab.mosip.net/v1/mimoto/get-token/Sunbird", "proxy_token_endpoint": "https://esignet-insurance.collab.mosip.net/v1/esignet/oauth/v2/token", "credential_endpoint": "https://esignet-insurance.collab.mosip.net/v1/esignet/vci/credential", "credential_type": ["VerifiableCredential", "InsuranceCredential"], diff --git a/docs/postman-collections/Collab.postman_environment.json b/docs/postman-collections/Collab.postman_environment.json index 244d7e88..83de22ba 100644 --- a/docs/postman-collections/Collab.postman_environment.json +++ b/docs/postman-collections/Collab.postman_environment.json @@ -4,7 +4,7 @@ "values": [ { "key": "HOST", - "value": "https://api.collab.mosip.net/residentmobileapp", + "value": "https://api.collab.mosip.net/v1/mimoto", "type": "default", "enabled": true }, diff --git a/src/main/resources/mimoto-issuers-config.json b/src/main/resources/mimoto-issuers-config.json index bfdf3219..9234d02f 100644 --- a/src/main/resources/mimoto-issuers-config.json +++ b/src/main/resources/mimoto-issuers-config.json @@ -77,7 +77,7 @@ "redirect_uri": "io.mosip.residentapp.inji://oauthredirect", "authorization_endpoint": "https://${mosip.esignet.host}/authorize", "authorization_audience": "https://${mosip.esignet.host}/v1/esignet/oauth/v2/token", - "token_endpoint": "https://${mosip.api.public.host}/residentmobileapp/get-token/ESignet", + "token_endpoint": "https://${mosip.api.public.host}/v1/mimoto/get-token/ESignet", "proxy_token_endpoint": "https://${mosip.api.public.host}/v1/esignet/oauth/v2/token", "credential_endpoint": "https://${mosip.api.public.host}/v1/esignet/vci/credential", "credential_type": [ @@ -160,7 +160,7 @@ ], "authorization_endpoint": "https://esignet-insurance.dev1.mosip.net/authorize", "authorization_audience": "https://esignet-insurance.dev1.mosip.net/v1/esignet/oauth/v2/token", - "token_endpoint": "https://api.dev1.mosip.net/residentmobileapp/get-token/Sunbird", + "token_endpoint": "https://api.dev1.mosip.net/v1/mimoto/get-token/Sunbird", "proxy_token_endpoint": "https://esignet-insurance.dev1.mosip.net/v1/esignet/oauth/v2/token", "credential_endpoint": "https://esignet-insurance.dev1.mosip.net/v1/esignet/vci/credential", "credential_type": [