aler9 3 years ago
parent
commit
988aed6038
  1. 2
      index.html
  2. 10
      openapi.yaml

2
index.html

File diff suppressed because one or more lines are too long

10
openapi.yaml

@ -11,6 +11,8 @@ info: @@ -11,6 +11,8 @@ info:
servers:
- url: http://localhost:9997
security: []
components:
schemas:
Conf:
@ -529,14 +531,6 @@ components: @@ -529,14 +531,6 @@ components:
additionalProperties:
$ref: '#/components/schemas/RTSPConn'
RTSPSConnsList:
type: object
properties:
items:
type: object
additionalProperties:
$ref: '#/components/schemas/RTSPConn'
RTSPSessionsList:
type: object
properties:

Loading…
Cancel
Save