fix route prefix for video redundancy routes in openapi spec

closes #4090
pull/4113/head
Rigel Kent 2021-05-13 14:17:56 +02:00
parent b036eb057e
commit a4ce422305
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 3 additions and 3 deletions

View File

@ -3393,7 +3393,7 @@ paths:
description: successful operation description: successful operation
'404': '404':
description: account block does not exist description: account block does not exist
/redundancy/{host}: /server/redundancy/{host}:
put: put:
tags: tags:
- Instance Redundancy - Instance Redundancy
@ -3425,7 +3425,7 @@ paths:
description: successful operation description: successful operation
'404': '404':
description: server is not already known description: server is not already known
/redundancy/videos: /server/redundancy/videos:
get: get:
tags: tags:
- Video Mirroring - Video Mirroring
@ -3481,7 +3481,7 @@ paths:
description: video does not exist description: video does not exist
'409': '409':
description: video is already mirrored description: video is already mirrored
/redundancy/videos/{redundancyId}: /server/redundancy/videos/{redundancyId}:
delete: delete:
tags: tags:
- Video Mirroring - Video Mirroring