Pull request #8: OPMAAS-1688

Merge in OPAPM/coco_terraform_config from OPMAAS-1688 to master

* commit '60b6a24077019271f7f95172e698e41cb3455495':
  added v2 api method
  added v2 api method
test_branch_mo
Ermis Wieger (ext.) 2022-06-21 16:01:13 +02:00
commit 3a92276842
2 changed files with 8 additions and 4 deletions

View File

@ -25,7 +25,8 @@ module TP_Mobile_VehicleList {
(~"btc-vehicle-composite-service - PROD~")
)
,entityName.in(
~"GET /api/v1/vehicles~"
~"GET /api/v1/vehicles~",
~"GET /api/v2/vehicles~"
)")
)
))):splitBy())
@ -42,7 +43,8 @@ module TP_Mobile_VehicleList {
(~"btc-vehicle-composite-service - PROD~")
)
,entityName.in(
~"GET /api/v1/vehicles~"
~"GET /api/v1/vehicles~",
~"GET /api/v2/vehicles~"
)")
)
))):splitBy()))

View File

@ -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()))