diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2021-05-13 14:17:56 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2021-05-13 14:18:02 +0200 |
commit | a4ce422305fe16fad16dffebbc1fc56f191a0a6d (patch) | |
tree | 923a743e86d3e055edee87c1e2f524e951698363 /support | |
parent | b036eb057efda11259400d3d204c1e48c9755de8 (diff) | |
download | PeerTube-a4ce422305fe16fad16dffebbc1fc56f191a0a6d.tar.gz PeerTube-a4ce422305fe16fad16dffebbc1fc56f191a0a6d.tar.zst PeerTube-a4ce422305fe16fad16dffebbc1fc56f191a0a6d.zip |
fix route prefix for video redundancy routes in openapi spec
closes #4090
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/api/openapi.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 6e82864a0..fad0173e3 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -3393,7 +3393,7 @@ paths: | |||
3393 | description: successful operation | 3393 | description: successful operation |
3394 | '404': | 3394 | '404': |
3395 | description: account block does not exist | 3395 | description: account block does not exist |
3396 | /redundancy/{host}: | 3396 | /server/redundancy/{host}: |
3397 | put: | 3397 | put: |
3398 | tags: | 3398 | tags: |
3399 | - Instance Redundancy | 3399 | - Instance Redundancy |
@@ -3425,7 +3425,7 @@ paths: | |||
3425 | description: successful operation | 3425 | description: successful operation |
3426 | '404': | 3426 | '404': |
3427 | description: server is not already known | 3427 | description: server is not already known |
3428 | /redundancy/videos: | 3428 | /server/redundancy/videos: |
3429 | get: | 3429 | get: |
3430 | tags: | 3430 | tags: |
3431 | - Video Mirroring | 3431 | - Video Mirroring |
@@ -3481,7 +3481,7 @@ paths: | |||
3481 | description: video does not exist | 3481 | description: video does not exist |
3482 | '409': | 3482 | '409': |
3483 | description: video is already mirrored | 3483 | description: video is already mirrored |
3484 | /redundancy/videos/{redundancyId}: | 3484 | /server/redundancy/videos/{redundancyId}: |
3485 | delete: | 3485 | delete: |
3486 | tags: | 3486 | tags: |
3487 | - Video Mirroring | 3487 | - Video Mirroring |