Browse Source

Update openapi.yaml

correcting naming, update to latest
pull/666/head
udatny 5 years ago committed by Alessandro Ros
parent
commit
9d749efa55
  1. 12
      apidocs/openapi.yaml

12
apidocs/openapi.yaml

@ -307,7 +307,7 @@ components:
additionalProperties: additionalProperties:
$ref: '#/components/schemas/Path' $ref: '#/components/schemas/Path'
RtspSessionsList: RTSPSessionsList:
type: object type: object
properties: properties:
items: items:
@ -315,7 +315,7 @@ components:
additionalProperties: additionalProperties:
$ref: '#/components/schemas/RTSPSession' $ref: '#/components/schemas/RTSPSession'
RtspsSessionsList: RTSPSSessionsList:
type: object type: object
properties: properties:
items: items:
@ -323,7 +323,7 @@ components:
additionalProperties: additionalProperties:
$ref: '#/components/schemas/RTSPSSession' $ref: '#/components/schemas/RTSPSSession'
RtmpConnsList: RTMPConnsList:
type: object type: object
properties: properties:
items: items:
@ -466,7 +466,7 @@ paths:
content: content:
application/json: application/json:
schema: schema:
$ref: '#/components/schemas/RtspSessionsList' $ref: '#/components/schemas/RTSPSessionsList'
'400': '400':
description: invalid request. description: invalid request.
'500': '500':
@ -503,7 +503,7 @@ paths:
content: content:
application/json: application/json:
schema: schema:
$ref: '#/components/schemas/RtspsSessionsList' $ref: '#/components/schemas/RTSPSSessionsList'
'400': '400':
description: invalid request. description: invalid request.
'500': '500':
@ -540,7 +540,7 @@ paths:
content: content:
application/json: application/json:
schema: schema:
$ref: '#/components/schemas/RtmpConnsList' $ref: '#/components/schemas/RTMPConnsList'
'400': '400':
description: invalid request. description: invalid request.
'500': '500':

Loading…
Cancel
Save