mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 01:05:20 +03:00
Update docs
This commit is contained in:
parent
9d9dcf1498
commit
23c5dff188
@ -188,6 +188,14 @@ Returns data for a single event.
|
|||||||
|
|
||||||
Permanently deletes the event along with any clips/snapshots.
|
Permanently deletes the event along with any clips/snapshots.
|
||||||
|
|
||||||
|
### `POST /api/events/<id>/retain`
|
||||||
|
|
||||||
|
Sets retain to true for the event id.
|
||||||
|
|
||||||
|
### `DELETE /api/events/<id>/retain`
|
||||||
|
|
||||||
|
Sets retain to false for the event id (event may be deleted quickly after removing).
|
||||||
|
|
||||||
### `GET /api/events/<id>/thumbnail.jpg`
|
### `GET /api/events/<id>/thumbnail.jpg`
|
||||||
|
|
||||||
Returns a thumbnail for the event id optimized for notifications. Works while the event is in progress and after completion. Passing `?format=android` will convert the thumbnail to 2:1 aspect ratio.
|
Returns a thumbnail for the event id optimized for notifications. Works while the event is in progress and after completion. Passing `?format=android` will convert the thumbnail to 2:1 aspect ratio.
|
||||||
|
|||||||
14666
docs/package-lock.json
generated
14666
docs/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user