---
title: "PATCH /lprVehicleLists/{id}"
method: PATCH
path: "/lprVehicleLists/{id}"
tags: ["LPR Vehicle Lists"]
---

# PATCH /lprVehicleLists/{id}

`PATCH /lprVehicleLists/{id}`

Update the meta configuration properties about the specific vehicle List

## Path parameters

- `id` string, required

## Request body

- LprVehicleListMetaUntaggedForPatch — User supplied attributes of the list, that does not return the individual vehicle records, to be used during creation of list or patching of list
  - `name` string — User supplied name for the list
  - `enabled` boolean — Whether list is enabled
  - `notes` string — A verbose explanation of the vehicle list
  - `resourceFilter` ResourceFilter — List of actors against which filtering to happen (camera/location/account)
    - `actors` ActorFilter[] — List of the actors for which events are checked.
      - `id` string — The id of the thing that caused the event This can be camera or location ID. If not supplied for any entry in the array, it is taken to mean as the entire account.
      - `type` 'camera' | 'location', required — Type of actor that caused the event.

## Response `204`

Updated the list

## Other responses

- `400` — The supplied object is invalid. Error detail will contain the validation error.
- `401` — You are not authenticated. Please authenticate and try again.
- `403` — You have no permission to access the specified resource.
- `404` — Referenced resource could not be found.
- `500` — Something went wrong in the server. Please try again.

---

[API](https://skmtc.net/eagleeyenetworks/apis/devices.md) · [All operations](https://skmtc.net/eagleeyenetworks/apis/devices/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eagleeyenetworks/devices/revisions/df57313de545/schema)
