renaming_fix
ermisw 2023-02-21 09:45:32 +01:00
parent 4dfe80bbb6
commit 5ce5ff631f
1 changed files with 20 additions and 6 deletions

View File

@ -30,9 +30,16 @@ module TP_Mobile_Mapping {
~"GET /api/v2/presentation/users/validate~",
~"POST /api/v2/vehicles/<VIN>/primary~",
~"POST /api/v2/vehicles/<VIN>/primary/map~",
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
~"DELETE /api/v1/vehicles/<VIN>~"
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
~"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())
@ -54,9 +61,16 @@ module TP_Mobile_Mapping {
~"GET /api/v2/presentation/users/validate~",
~"POST /api/v2/vehicles/<VIN>/primary~",
~"POST /api/v2/vehicles/<VIN>/primary/map~",
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
~"DELETE /api/v1/vehicles/<VIN>~"
~"POST /api/v1/vehicles/<VIN>/validate-security-code~",
~"POST /api/v1/vehicles/<VIN>/resend-security-code~",
~"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()))