Skip to content

Commit

Permalink
Updated lpr plates to be related to camera instead of agent
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirilenko committed Jul 20, 2021
1 parent aacec68 commit 3e87fb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand All @@ -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
Expand All @@ -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" }
Expand Down

0 comments on commit 3e87fb5

Please sign in to comment.