From 5d06ee6468f133b203b066e020aa37561ec5bdbb Mon Sep 17 00:00:00 2001 From: rforstner Date: Fri, 20 May 2022 19:20:54 +0200 Subject: [PATCH] adapting RS NA --- NA_PROD/slo/TP_Mobile_RemoteServices.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NA_PROD/slo/TP_Mobile_RemoteServices.tf b/NA_PROD/slo/TP_Mobile_RemoteServices.tf index f9a9a44..877b6ca 100644 --- a/NA_PROD/slo/TP_Mobile_RemoteServices.tf +++ b/NA_PROD/slo/TP_Mobile_RemoteServices.tf @@ -35,10 +35,10 @@ module TP_Mobile_RemoteServices { ~"POST /api/v3/presentation/remote-commands//horn-blow~", ~"POST /api/v2/presentation/remote-commands//horn-blow~", ~"POST /api/v2/presentation/remote-commands//charging-profile~", - ~"GET /api/v2/presentation/remote-commands/eventPosition~", + ~"POST /api/v2/presentation/remote-commands/eventPosition~", ~"GET /api/v1/presentation/remote-history/~", ~"GET /api/v2/presentation/remote-history/~", - ~"GET /api/v2/presentation/remote-commands/eventStatus~" + ~"POST /api/v2/presentation/remote-commands/eventStatus~" )") ) ))):splitBy()) @@ -65,10 +65,10 @@ module TP_Mobile_RemoteServices { ~"POST /api/v3/presentation/remote-commands//horn-blow~", ~"POST /api/v2/presentation/remote-commands//horn-blow~", ~"POST /api/v2/presentation/remote-commands//charging-profile~", - ~"GET /api/v2/presentation/remote-commands/eventPosition~", + ~"POST /api/v2/presentation/remote-commands/eventPosition~", ~"GET /api/v1/presentation/remote-history/~", ~"GET /api/v2/presentation/remote-history/~", - ~"GET /api/v2/presentation/remote-commands/eventStatus~" + ~"POST /api/v2/presentation/remote-commands/eventStatus~" )") ) ))):splitBy()))