From 9d749efa55c83a543454798d715baa2db4236d73 Mon Sep 17 00:00:00 2001 From: udatny Date: Sat, 9 Oct 2021 01:44:06 +0200 Subject: [PATCH] Update openapi.yaml correcting naming, update to latest --- apidocs/openapi.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apidocs/openapi.yaml b/apidocs/openapi.yaml index b0fc2a76..9d53b762 100644 --- a/apidocs/openapi.yaml +++ b/apidocs/openapi.yaml @@ -307,7 +307,7 @@ components: additionalProperties: $ref: '#/components/schemas/Path' - RtspSessionsList: + RTSPSessionsList: type: object properties: items: @@ -315,7 +315,7 @@ components: additionalProperties: $ref: '#/components/schemas/RTSPSession' - RtspsSessionsList: + RTSPSSessionsList: type: object properties: items: @@ -323,7 +323,7 @@ components: additionalProperties: $ref: '#/components/schemas/RTSPSSession' - RtmpConnsList: + RTMPConnsList: type: object properties: items: @@ -466,7 +466,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/RtspSessionsList' + $ref: '#/components/schemas/RTSPSessionsList' '400': description: invalid request. '500': @@ -503,7 +503,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/RtspsSessionsList' + $ref: '#/components/schemas/RTSPSSessionsList' '400': description: invalid request. '500': @@ -540,7 +540,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/RtmpConnsList' + $ref: '#/components/schemas/RTMPConnsList' '400': description: invalid request. '500':