From 5ce5ff631f45b96181c782244ac6b9b44ab110c6 Mon Sep 17 00:00:00 2001 From: ermisw Date: Tue, 21 Feb 2023 09:45:32 +0100 Subject: [PATCH] renaming --- NA_PROD/slo/TP_Mobile_Mapping.tf | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/NA_PROD/slo/TP_Mobile_Mapping.tf b/NA_PROD/slo/TP_Mobile_Mapping.tf index bde999b..586bbb8 100644 --- a/NA_PROD/slo/TP_Mobile_Mapping.tf +++ b/NA_PROD/slo/TP_Mobile_Mapping.tf @@ -30,9 +30,16 @@ module TP_Mobile_Mapping { ~"GET /api/v2/presentation/users/validate~", ~"POST /api/v2/vehicles//primary~", ~"POST /api/v2/vehicles//primary/map~", - ~"POST /api/v1/vehicles//validate-security-code~", - ~"POST /api/v1/vehicles//resend-security-code~", - ~"DELETE /api/v1/vehicles/~" + ~"POST /api/v1/vehicles//validate-security-code~", + ~"POST /api/v1/vehicles//resend-security-code~", + ~"DELETE /api/v1/vehicles/~", + ~"POST /api/v3/mappings/create~", + ~"POST /api/v3/mappings/continue~", + ~"POST /api/v3/mappings/validate-security-code~", + ~"POST /api/v3/mappings/resend-security-code~", + ~"GET /api/v3/images/~", + ~"DELETE /api/v3/mappings~", + ~"POST /api/v2/vehicles//secondary~" )") ) ))):splitBy()) @@ -54,9 +61,16 @@ module TP_Mobile_Mapping { ~"GET /api/v2/presentation/users/validate~", ~"POST /api/v2/vehicles//primary~", ~"POST /api/v2/vehicles//primary/map~", - ~"POST /api/v1/vehicles//validate-security-code~", - ~"POST /api/v1/vehicles//resend-security-code~", - ~"DELETE /api/v1/vehicles/~" + ~"POST /api/v1/vehicles//validate-security-code~", + ~"POST /api/v1/vehicles//resend-security-code~", + ~"DELETE /api/v1/vehicles/~", + ~"POST /api/v3/mappings/create~", + ~"POST /api/v3/mappings/continue~", + ~"POST /api/v3/mappings/validate-security-code~", + ~"POST /api/v3/mappings/resend-security-code~", + ~"GET /api/v3/images/~", + ~"DELETE /api/v3/mappings~", + ~"POST /api/v2/vehicles//secondary~" )") ) ))):splitBy()))