mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Update docs to mention 20 character limit
This commit is contained in:
parent
f4f5fac6c7
commit
19caba5ada
@ -189,6 +189,7 @@ Sets retain to false for the event id (event may be deleted quickly after removi
|
|||||||
### `POST /api/events/<id>/sub_label`
|
### `POST /api/events/<id>/sub_label`
|
||||||
|
|
||||||
Set a sub label for an event. For example to update `person` -> `person's name` if they were recognized with facial recognition.
|
Set a sub label for an event. For example to update `person` -> `person's name` if they were recognized with facial recognition.
|
||||||
|
Sub labels must be 20 characters or shorter.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
@ -196,10 +197,6 @@ Set a sub label for an event. For example to update `person` -> `person's name`
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### `DELETE /api/events/<id>/sub_label`
|
|
||||||
|
|
||||||
Clear the already set sub label to be blank.
|
|
||||||
|
|
||||||
### `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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user