Browse Source

update apidocs

pull/1333/head
aler9 3 years ago
parent
commit
1860abea9f
  1. 30
      apidocs/openapi.yaml

30
apidocs/openapi.yaml

@ -296,10 +296,11 @@ components:
type: array type: array
items: items:
oneOf: oneOf:
- $ref: '#/components/schemas/PathReaderHLSMuxer'
- $ref: '#/components/schemas/PathReaderRTMPConn'
- $ref: '#/components/schemas/PathReaderRTMPSConn'
- $ref: '#/components/schemas/PathReaderRTSPSession' - $ref: '#/components/schemas/PathReaderRTSPSession'
- $ref: '#/components/schemas/PathReaderRTSPSSession' - $ref: '#/components/schemas/PathReaderRTSPSSession'
- $ref: '#/components/schemas/PathReaderRTMPConn'
- $ref: '#/components/schemas/PathReaderHLSMuxer'
- $ref: '#/components/schemas/PathReaderWebRTCConn' - $ref: '#/components/schemas/PathReaderWebRTCConn'
PathSourceRTSPSession: PathSourceRTSPSession:
@ -366,39 +367,48 @@ components:
type: string type: string
enum: [rpiCameraSource] enum: [rpiCameraSource]
PathReaderRTSPSession: PathReaderHLSMuxer:
type: object type: object
properties: properties:
type: type:
type: string type: string
enum: [rtspSession] enum: [hlsMuxer]
PathReaderRTMPConn:
type: object
properties:
type:
type: string
enum: [rtmpConn]
id: id:
type: string type: string
PathReaderRTSPSSession: PathReaderRTMPSConn:
type: object type: object
properties: properties:
type: type:
type: string type: string
enum: [rtspsSession] enum: [rtmpsConn]
id: id:
type: string type: string
PathReaderRTMPConn: PathReaderRTSPSession:
type: object type: object
properties: properties:
type: type:
type: string type: string
enum: [rtmpConn] enum: [rtspSession]
id: id:
type: string type: string
PathReaderHLSMuxer: PathReaderRTSPSSession:
type: object type: object
properties: properties:
type: type:
type: string type: string
enum: [hlsMuxer] enum: [rtspsSession]
id:
type: string
PathReaderWebRTCConn: PathReaderWebRTCConn:
type: object type: object

Loading…
Cancel
Save