Comment on page
Miscellaneous
Get the current software version or upcoming software update's release notes.
Parameter | Example | Description |
---|---|---|
staged | true | If there is currently a pending software update, this will return the upcoming software update's release notes. |
{
"response": {
"release_notes": [
{
"title": "Feature 1",
"subtitle": "A bit more info",
"description": "What changed?",
"customer_version": "2022.40",
"image_url": "https://vehicle-files.teslamotors.com/release_notes/{id}?__gda__=exp={unix_timestamp}~acl=/release_notes/{id}~hmac={id}"
}
],
"deployed_version": "2022.40.4.2",
"staged_version": null
}
}
Last modified 11mo ago