forked from Github/frigate
Add rename exports function to API (#8687)
* Add rename exports function to API * Update http.py * Feedback * Formatting fixes * Update http.py Formatting fix * Update http.py Lint fix
This commit is contained in:
@@ -302,6 +302,14 @@ It is also possible to export this recording as a timelapse.
|
||||
}
|
||||
```
|
||||
|
||||
### `DELETE /api/export/<export_name>`
|
||||
|
||||
Delete an export from disk.
|
||||
|
||||
### `PATCH /api/export/<export_name_current>/<export_name_new>`
|
||||
|
||||
Renames an export.
|
||||
|
||||
### `GET /api/<camera_name>/recordings/summary`
|
||||
|
||||
Hourly summary of recordings data for a camera.
|
||||
|
||||
Reference in New Issue
Block a user