From 60b6a24077019271f7f95172e698e41cb3455495 Mon Sep 17 00:00:00 2001 From: ermisw Date: Tue, 21 Jun 2022 15:52:27 +0200 Subject: [PATCH] added v2 api method --- NA_PROD/slo/TP_Mobile_VehicleList.tf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NA_PROD/slo/TP_Mobile_VehicleList.tf b/NA_PROD/slo/TP_Mobile_VehicleList.tf index a77ecb5..ba3010d 100644 --- a/NA_PROD/slo/TP_Mobile_VehicleList.tf +++ b/NA_PROD/slo/TP_Mobile_VehicleList.tf @@ -26,7 +26,8 @@ module TP_Mobile_VehicleList { ) ) ,entityName.in( - ~"GET /api/v1/vehicles~" + ~"GET /api/v1/vehicles~", + ~"GET /api/v2/vehicles~" )") ) ))):splitBy()) @@ -44,7 +45,8 @@ module TP_Mobile_VehicleList { ) ) ,entityName.in( - ~"GET /api/v1/vehicles~" + ~"GET /api/v1/vehicles~", + ~"GET /api/v2/vehicles~" )") ) ))):splitBy()))