docs/vehicle/commands/sharing.md in tesla_api-3.0.4 vs docs/vehicle/commands/sharing.md in tesla_api-3.0.5
- old
+ new
@@ -2,11 +2,11 @@
## POST `/api/1/vehicles/{id}/command/share`
Sends a location for the car to start navigation or play a video in theatre mode.
-These docs take from the Android app, which sends the data in JSON form. However, a urlencoded POST body will work as well. The basic format to a request looks like this:
+These docs take from the Android app, which sends the data in JSON form. However, a [URL-encoded](https://en.wikipedia.org/wiki/Percent-encoding) POST body will work as well. The basic format to a request looks like this:
```json
{
"type": "share_ext_content_raw",
"value": {
@@ -22,10 +22,10 @@
### Parameters
| Parameter | Example | Description |
| :------------------------------- | :-------------------------- | :------------------------------------------------------------- |
| type | share_ext_content_raw | Must be `share_ext_content_raw`. |
-| locale | en-US | The locale for the navigation request. |
+| locale | en-US | The locale for the navigation request. [ISO 639-1 standard language codes](https://www.andiamo.co.uk/resources/iso-language-codes/) |
| timestamp_ms | 1539465730 | The current UNIX timestamp. |
| value[android.intent.extra.TEXT] | 123 Main St, City, ST 12345 | The address or video URL to set as the navigation destination. |
### Response