From 3e87fb5989b9ffa49e9a147f4243e4c5fa5033e9 Mon Sep 17 00:00:00 2001 From: dkirilenko Date: Tue, 20 Jul 2021 10:06:37 +0300 Subject: [PATCH] Updated lpr plates to be related to camera instead of agent --- source/index.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/index.html.md b/source/index.html.md index 50308341eb7..1cc4e6e758f 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -472,7 +472,7 @@ curl "https://my.timeline.is/api/v3p/lpr_plates" -H "Authorization: Bearer YOUR_ "expiry_date": "2021-04-21T20:13:23.440+01:00", "updated_at": "2021-04-21T20:13:23.441+01:00", "created_at": "2021-04-21T20:13:23.441+01:00", - "agent_id": "6080794a638d9d57daa71704" + "camera_id": "6080794a638d9d57daa71704" } }], "jsonapi": { "version": "1.0" } @@ -491,7 +491,7 @@ This endpoint creates whitelist blacklist license plate. | plate_number | query | License plate number| Yes | String | | group | query | whitelist or blacklist | No | String | | expiry_date | query | Expiry date | No | Datetime | -| agent_id | query | Tetherbox id | Yes | String | +| camera_id | query | Camera Id | Yes | String | ```shell @@ -511,7 +511,7 @@ curl "https://my.timeline.is/api/v3p/lpr_plates" -H "Authorization: Bearer YOUR_ "expiry_date": "2021-04-21T20:13:23.440+01:00", "updated_at": null, "created_at": "2021-04-21T20:13:23.441+01:00", - "agent_id": "6080794a638d9d57daa71704" + "camera_id": "6080794a638d9d57daa71704" } }, "jsonapi": { "version": "1.0" }