curl --request POST \
--url https://api.tessie.com/{vin}/drives/set_tag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"drives": "10000,10001,10002",
"tag": "Business"
}'
{
"result": true
}
Sets the tag for a list of drives.
curl --request POST \
--url https://api.tessie.com/{vin}/drives/set_tag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"drives": "10000,10001,10002",
"tag": "Business"
}'
{
"result": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The associated VIN.
Success