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:**
|
||||
|
||||
```json
|
||||
[
|
||||
{
|
||||
"event_id": "1682970645.13116-1ug7ns",
|
||||
"message": "Successfully created event.",
|
||||
"success": true
|
||||
},
|
||||
200
|
||||
]
|
||||
{
|
||||
"event_id": "1682970645.13116-1ug7ns",
|
||||
"message": "Successfully created event.",
|
||||
"success": true
|
||||
}
|
||||
```
|
||||
|
||||
### `PUT /api/events/<event_id>/end`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user