cURL
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The associated VIN.
A list of drive IDs.
"10000,10001,10002"
The tag to apply to the drives.
Success