mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Cleanup docs example response
Co-authored-by: Blake Blackshear <blake@frigate.video>
This commit is contained in:
parent
1eb9403dc1
commit
9046713971
@ -323,14 +323,11 @@ Create a manual API with a given `label` (ex: doorbell press) to capture a speci
|
|||||||
**Success Response:**
|
**Success Response:**
|
||||||
|
|
||||||
```json
|
```json
|
||||||
[
|
|
||||||
{
|
{
|
||||||
"event_id": "1682970645.13116-1ug7ns",
|
"event_id": "1682970645.13116-1ug7ns",
|
||||||
"message": "Successfully created event.",
|
"message": "Successfully created event.",
|
||||||
"success": true
|
"success": true
|
||||||
},
|
}
|
||||||
200
|
|
||||||
]
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### `PUT /api/events/<event_id>/end`
|
### `PUT /api/events/<event_id>/end`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user