fixed splitBy in EMEA PROD

M_sloFix
SLW\YELGIM 2022-03-24 14:55:00 +01:00
parent 216ae57ad6
commit 4b735d104a
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ module TP_Mobile_Mapping {
~"DELETE /api/v1/vehicles/<VIN>~"
)")
)
))):splitBy():sum:auto:sort(value(sum,descending)))"
))):splitBy():auto:auto:sort(value(sum,descending)))"
EOT
#if not set (removed) it's defaulted to "-1d"

View File

@ -31,7 +31,7 @@ module TP_Mobile_VehicleData {
~"GET /v1/vehicle/<VIN>~"
)")
)
))):splitBy():sum:auto:sort(value(sum,descending)))"
))):splitBy():auto:auto:sort(value(sum,descending)))"
EOT
#if not set (removed) it's defaulted to "-1d"

View File

@ -28,7 +28,7 @@ module TP_Mobile_VehicleList {
~"GET /api/v1/vehicles~"
)")
)
))):splitBy():sum:auto:sort(value(sum,descending)))"
))):splitBy():auto:auto:sort(value(sum,descending)))"
EOT
#if not set (removed) it's defaulted to "-1d"