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:
tpjanssen
2023-11-20 19:11:18 -06:00
committed by GitHub
parent 1eb5105b24
commit 3dd0192fe6
2 changed files with 69 additions and 1 deletions
+8
View File
@@ -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.