Add get request to preload endpoint for listing them

This commit is contained in:
Robert Resch
2025-12-10 23:30:08 +01:00
parent fbd5215669
commit 209b73a0f1
3 changed files with 47 additions and 6 deletions
+8
View File
@@ -238,6 +238,14 @@ paths:
/api/preload:
get:
summary: Get all preloaded streams
tags: [ Streams list ]
responses:
"200":
description: ""
content:
application/json: { example: { camera1: "video&audio", camera2: "video" } }
put:
summary: Preload new stream
tags: [ Streams list ]