aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/api/openapi.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index b2303bdd1..2dfad9987 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -366,7 +366,7 @@ x-tagGroups:
366 - Runners 366 - Runners
367 367
368paths: 368paths:
369 '/static/webseed/{filename}': 369 '/static/web-videos/{filename}':
370 get: 370 get:
371 tags: 371 tags:
372 - Static Video Files 372 - Static Video Files
@@ -378,11 +378,11 @@ paths:
378 description: successful operation 378 description: successful operation
379 '404': 379 '404':
380 description: not found 380 description: not found
381 '/static/webseed/private/{filename}': 381 '/static/web-videos/private/{filename}':
382 get: 382 get:
383 tags: 383 tags:
384 - Static Video Files 384 - Static Video Files
385 summary: Get private Web Video video file 385 summary: Get private Web Video file
386 parameters: 386 parameters:
387 - $ref: '#/components/parameters/staticFilename' 387 - $ref: '#/components/parameters/staticFilename'
388 - $ref: '#/components/parameters/videoFileToken' 388 - $ref: '#/components/parameters/videoFileToken'