mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-28 03:23:57 -06:00
fix route prefix for video redundancy routes in openapi spec
closes #4090
This commit is contained in:
parent
b036eb057e
commit
a4ce422305
@ -3393,7 +3393,7 @@ paths:
|
||||
description: successful operation
|
||||
'404':
|
||||
description: account block does not exist
|
||||
/redundancy/{host}:
|
||||
/server/redundancy/{host}:
|
||||
put:
|
||||
tags:
|
||||
- Instance Redundancy
|
||||
@ -3425,7 +3425,7 @@ paths:
|
||||
description: successful operation
|
||||
'404':
|
||||
description: server is not already known
|
||||
/redundancy/videos:
|
||||
/server/redundancy/videos:
|
||||
get:
|
||||
tags:
|
||||
- Video Mirroring
|
||||
@ -3481,7 +3481,7 @@ paths:
|
||||
description: video does not exist
|
||||
'409':
|
||||
description: video is already mirrored
|
||||
/redundancy/videos/{redundancyId}:
|
||||
/server/redundancy/videos/{redundancyId}:
|
||||
delete:
|
||||
tags:
|
||||
- Video Mirroring
|
||||
|
Loading…
Reference in New Issue
Block a user