v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
LPR Vehicle Lists

Update the meta configuration properties about the specific vehicle List

patch/lprVehicleLists/{id}

Path parameters

idstring required

Account ID. Use self as the Account ID to reference the account of the current session

Request body

namestring

User supplied name for the list

enabledboolean

Whether list is enabled

notesstring

A verbose explanation of the vehicle list

Example request

{
  "name": "EmployeesList",
  "notes": "This is vehicle list of denied vehicles",
  "resourceFilter": {
    "actors": [
      {
        "id": "100b913c"
      }
    ]
  }
}

Response

Updated the list