aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-11 11:39:59 +0200
committerChocobozzz <me@florianbigard.com>2023-07-11 11:39:59 +0200
commit34555bebf8e2a2caf2cb1cfd85280d140fcc3802 (patch)
tree9c5e5eb78891bb09d23ae3fe37fe3db69bb8a2d9 /support/doc
parentd732ec7b46caa2a0972f132894023fec6bc5dd6a (diff)
downloadPeerTube-34555bebf8e2a2caf2cb1cfd85280d140fcc3802.tar.gz
PeerTube-34555bebf8e2a2caf2cb1cfd85280d140fcc3802.tar.zst
PeerTube-34555bebf8e2a2caf2cb1cfd85280d140fcc3802.zip
Migrate from webseed to web-videos
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'