update apidocs

This commit is contained in:
aler9
2022-12-21 12:47:29 +01:00
parent ecc1d35ac2
commit 1860abea9f

View File

@@ -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,6 +367,31 @@ components:
type: string type: string
enum: [rpiCameraSource] enum: [rpiCameraSource]
PathReaderHLSMuxer:
type: object
properties:
type:
type: string
enum: [hlsMuxer]
PathReaderRTMPConn:
type: object
properties:
type:
type: string
enum: [rtmpConn]
id:
type: string
PathReaderRTMPSConn:
type: object
properties:
type:
type: string
enum: [rtmpsConn]
id:
type: string
PathReaderRTSPSession: PathReaderRTSPSession:
type: object type: object
properties: properties:
@@ -384,22 +410,6 @@ components:
id: id:
type: string type: string
PathReaderRTMPConn:
type: object
properties:
type:
type: string
enum: [rtmpConn]
id:
type: string
PathReaderHLSMuxer:
type: object
properties:
type:
type: string
enum: [hlsMuxer]
PathReaderWebRTCConn: PathReaderWebRTCConn:
type: object type: object
properties: properties: