Skip to content

Commit

Permalink
fix: update endpoints.json for sharing (#399)
Browse files Browse the repository at this point in the history
I believe this will fix the navigation issue highlighted by Brian Gates and documented at https://tesla-api.timdorr.com/vehicle/commands/sharing
  • Loading branch information
kalavo committed Mar 21, 2023
1 parent 0a7efb0 commit e46d0d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions teslajsonpy/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1325,10 +1325,10 @@
"TYPE": "POST",
"URI": "api/1/users/keys"
},
"SEND_GPS_TO_VEHICLE": {
"SHARE": {
"AUTH": true,
"TYPE": "POST",
"URI": "api/1/vehicles/{vehicle_id}/command/navigation_gps_request"
"URI": "api/1/vehicles/{vehicle_id}/command/share"
},
"SEND_NOTIFICATION_CONFIRMATION": {
"AUTH": true,
Expand Down Expand Up @@ -2006,4 +2006,4 @@
"TYPE": "POST",
"URI": "api/1/vehicles/{vehicle_id}/command/window_control"
}
}
}

0 comments on commit e46d0d9

Please sign in to comment.