Skip to content

Commit

Permalink
Fix/workaround '412 Precondition Failed'
Browse files Browse the repository at this point in the history
 - teslamate-org/teslamate#3630

Error - Tesla API said: '412 Precondition Failed' at .../Tesla/API.pm line 713.
Not an ARRAY reference at .../Tesla/Vehicle.pm line 104.
  • Loading branch information
jankratochvil committed Jan 26, 2024
1 parent d446999 commit 8d9db06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@
"VEHICLE_LIST" : {
"TYPE" : "GET",
"AUTH" : true,
"URI" : "api/1/vehicles"
"URI" : "api/1/products"
},
"ROADSIDE_WARRANTY" : {
"TYPE" : "GET",
Expand Down

0 comments on commit 8d9db06

Please sign in to comment.