mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Update docs and formatting
This commit is contained in:
parent
11d7b31d53
commit
5d5683621f
@ -188,14 +188,12 @@ Sets retain to false for the event id (event may be deleted quickly after removi
|
||||
|
||||
### `POST /api/events/<id>/sub_label`
|
||||
|
||||
Set a sub label for a person 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.
|
||||
|
||||
```
|
||||
Headers:
|
||||
Content-Type: application/json
|
||||
|
||||
Body:
|
||||
subLabel
|
||||
```json
|
||||
{
|
||||
"subLabel": "some_string"
|
||||
}
|
||||
```
|
||||
|
||||
### `DELETE /api/events/<id>/sub_label`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user