OPMAAS-4071 added 2 new endpoints to SLO TP_Mobile_VehicleList

pull-requests/138/from
Doris Ruppert 2023-05-10 14:06:28 +02:00
parent e7496aedc1
commit fb97039140
2 changed files with 6 additions and 2 deletions

View File

@ -21,7 +21,9 @@ module TP_Mobile_VehicleList {
)
,entityName.in(
~"GET /api/v2/vehicles~",
~"GET /api/v4/vehicles~"
~"GET /api/v4/vehicles~",
~"/api/v5/vehicle-list~",
~"/api/v5/vehicle-data/profile~"
)"))))):splitBy())
EOT

View File

@ -21,7 +21,9 @@ module TP_Mobile_VehicleList {
)
,entityName.in(
~"GET /api/v2/vehicles~",
~"GET /api/v4/vehicles~"
~"GET /api/v4/vehicles~",
~"/api/v5/vehicle-list~",
~"/api/v5/vehicle-data/profile~"
)"))))):splitBy())
EOT