POST
/
{vin}
/
command
/
schedule_software_update
Schedule Software Update
curl --request POST \
  --url https://api.tessie.com/{vin}/command/schedule_software_update \
  --header 'Authorization: Bearer <token>'
{
  "result": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vin
string
required

The associated VIN.

Query Parameters

wait_for_completion
boolean
default:true

Whether to wait for the command to complete before returning a response.

in_seconds
number
required

The number of seconds in the future to schedule the update for. Set to 0 to schedule the update immediately.

Example:

0

Response

200 - application/json

Success

The response is of type object.