added old key requests
parent
4796993ef4
commit
891d187f3e
|
|
@ -19,6 +19,10 @@ module TP_Mobile_RSU {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
|
~"POST /v1/vehicle/rsustatus/finishInstallation~",
|
||||||
|
~"POST /v1/vehicle/rsustatus/preparationCompleted~",
|
||||||
|
~"POST /v1/vehicle/rsustatus/updateAvailable~",
|
||||||
|
|
||||||
~"POST /v2/vehicle/rsustatus/finishInstallation~",
|
~"POST /v2/vehicle/rsustatus/finishInstallation~",
|
||||||
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
|
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
|
||||||
~"POST /v2/vehicle/rsustatus/updateAvailable~"
|
~"POST /v2/vehicle/rsustatus/updateAvailable~"
|
||||||
|
|
@ -31,6 +35,10 @@ module TP_Mobile_RSU {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
,entityName.in(
|
,entityName.in(
|
||||||
|
~"POST /v1/vehicle/rsustatus/finishInstallation~",
|
||||||
|
~"POST /v1/vehicle/rsustatus/preparationCompleted~",
|
||||||
|
~"POST /v1/vehicle/rsustatus/updateAvailable~",
|
||||||
|
|
||||||
~"POST /v2/vehicle/rsustatus/finishInstallation~",
|
~"POST /v2/vehicle/rsustatus/finishInstallation~",
|
||||||
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
|
~"POST /v2/vehicle/rsustatus/preparationCompleted~",
|
||||||
~"POST /v2/vehicle/rsustatus/updateAvailable~"
|
~"POST /v2/vehicle/rsustatus/updateAvailable~"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue