renaming
parent
4dfe80bbb6
commit
5ce5ff631f
|
|
@ -30,9 +30,16 @@ module TP_Mobile_Mapping {
|
||||||
~"GET /api/v2/presentation/users/validate~",
|
~"GET /api/v2/presentation/users/validate~",
|
||||||
~"POST /api/v2/vehicles/<VIN>/primary~",
|
~"POST /api/v2/vehicles/<VIN>/primary~",
|
||||||
~"POST /api/v2/vehicles/<VIN>/primary/map~",
|
~"POST /api/v2/vehicles/<VIN>/primary/map~",
|
||||||
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
||||||
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
||||||
~"DELETE /api/v1/vehicles/<VIN>~"
|
~"DELETE /api/v1/vehicles/<VIN>~",
|
||||||
|
~"POST /api/v3/mappings/create~",
|
||||||
|
~"POST /api/v3/mappings/continue~",
|
||||||
|
~"POST /api/v3/mappings/validate-security-code~",
|
||||||
|
~"POST /api/v3/mappings/resend-security-code~",
|
||||||
|
~"GET /api/v3/images/<image>~",
|
||||||
|
~"DELETE /api/v3/mappings~",
|
||||||
|
~"POST /api/v2/vehicles/<VIN>/secondary~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy())
|
))):splitBy())
|
||||||
|
|
@ -54,9 +61,16 @@ module TP_Mobile_Mapping {
|
||||||
~"GET /api/v2/presentation/users/validate~",
|
~"GET /api/v2/presentation/users/validate~",
|
||||||
~"POST /api/v2/vehicles/<VIN>/primary~",
|
~"POST /api/v2/vehicles/<VIN>/primary~",
|
||||||
~"POST /api/v2/vehicles/<VIN>/primary/map~",
|
~"POST /api/v2/vehicles/<VIN>/primary/map~",
|
||||||
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
|
||||||
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
|
||||||
~"DELETE /api/v1/vehicles/<VIN>~"
|
~"DELETE /api/v1/vehicles/<VIN>~",
|
||||||
|
~"POST /api/v3/mappings/create~",
|
||||||
|
~"POST /api/v3/mappings/continue~",
|
||||||
|
~"POST /api/v3/mappings/validate-security-code~",
|
||||||
|
~"POST /api/v3/mappings/resend-security-code~",
|
||||||
|
~"GET /api/v3/images/<image>~",
|
||||||
|
~"DELETE /api/v3/mappings~",
|
||||||
|
~"POST /api/v2/vehicles/<VIN>/secondary~"
|
||||||
)")
|
)")
|
||||||
)
|
)
|
||||||
))):splitBy()))
|
))):splitBy()))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue