v1

latestOpenAPI 3.0.0Apache 2.02026-07-26916119.7 KB
Vehicle Data

Set Drive Tag

Sets the tag for a list of drives.

post/{vin}/drives/set_tag

Request body

drivesstring required

A list of drive IDs.

tagstring

The tag to apply to the drives.

Example request

{
  "drives": "10000,10001,10002"
}

Response

Success

resultboolean required