diff options
-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 |