From 8dfd98322e2ca1344c0a1e13970e3a95bd6c8c22 Mon Sep 17 00:00:00 2001 From: Seth Terashima Date: Mon, 22 Jan 2024 16:30:51 -0800 Subject: [PATCH] tesla-httpy-proxy: Use VIN, not Ower API ID --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2481348..bc8d66c 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,10 @@ curl --cacert cert.pem \ The HTTP proxy implements the [Tesla Fleet API vehicle command endpoints](https://developer.tesla.com/docs/fleet-api#vehicle-commands). +Legacy clients written for Owner API may be using a vehicle's Owner API ID when +constructing URL paths. The proxy server requires clients to use the VIN +directly, instead. + ## Using the Golang library You can read package [documentation on pkg.go.dev](https://pkg.go.dev/github.com/teslamotors/vehicle-command/pkg).