From a4ce422305fe16fad16dffebbc1fc56f191a0a6d Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 13 May 2021 14:17:56 +0200 Subject: fix route prefix for video redundancy routes in openapi spec closes #4090 --- support/doc/api/openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'support/doc/api') 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: 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 -- cgit v1.2.3