Pull request #145: OPMAAS-4559 switched to V2
Merge in OPAPM/coco_terraform_config from OPMAAS-4559 to master * commit '6cdfd039e28c7e5f2c825952d159ec8c0cf2e199': OPMAAS-4559 switched to V2master
commit
2ba59a3c40
|
|
@ -20,8 +20,7 @@ module TP_Mobile_VehicleData {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
~"GET /api/v1/vehicles/<VIN>/state~",
|
~"GET /api/v2/vehicles/<VIN>/state~",
|
||||||
~"GET /v1/vehicle/<VIN>~",
|
|
||||||
~"GET /v2/vehicle/<VIN>~"
|
~"GET /v2/vehicle/<VIN>~"
|
||||||
)")))):splitBy())
|
)")))):splitBy())
|
||||||
EOT
|
EOT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue