Browse Source

apidocs: add missing HLS source to paths/list

pull/707/head
aler9 5 years ago
parent
commit
8b6d8766b3
  1. 10
      apidocs/openapi.yaml

10
apidocs/openapi.yaml

@ -186,6 +186,7 @@ components:
- $ref: '#/components/schemas/PathSourceRTMPConn' - $ref: '#/components/schemas/PathSourceRTMPConn'
- $ref: '#/components/schemas/PathSourceRTSPSource' - $ref: '#/components/schemas/PathSourceRTSPSource'
- $ref: '#/components/schemas/PathSourceRTMPSource' - $ref: '#/components/schemas/PathSourceRTMPSource'
- $ref: '#/components/schemas/PathSourceHLSSource'
sourceReady: sourceReady:
type: boolean type: boolean
readers: readers:
@ -238,6 +239,13 @@ components:
type: string type: string
enum: [rtmpSource] enum: [rtmpSource]
PathSourceHLSSource:
type: object
properties:
type:
type: string
enum: [hlsSource]
PathReaderRTSPSession: PathReaderRTSPSession:
type: object type: object
properties: properties:
@ -449,7 +457,7 @@ paths:
content: content:
application/json: application/json:
schema: schema:
$ref: '#/components/schemas/PathsList' $ref: '#/components/schemas/PathsList'
'400': '400':
description: invalid request. description: invalid request.
'500': '500':

Loading…
Cancel
Save