added stream key
This commit is contained in:
parent
ed8498fac0
commit
b22bf714cc
@ -316,12 +316,12 @@ paths:
|
|||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/ApiResponse'
|
$ref: '#/components/schemas/ApiResponse'
|
||||||
/api/objects/streamerobjects/ingress/{id}:
|
/api/objects/streamerobjects/ingest/{id}:
|
||||||
put:
|
put:
|
||||||
tags:
|
tags:
|
||||||
- backend
|
- backend
|
||||||
summary: Modifies an ingest resource
|
summary: Modifies an ingest resource
|
||||||
operationId: editIngress
|
operationId: editIngest
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
@ -453,6 +453,9 @@ components:
|
|||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
|
steam_key:
|
||||||
|
type: string
|
||||||
|
format: uuid
|
||||||
bitrate:
|
bitrate:
|
||||||
type: integer
|
type: integer
|
||||||
width:
|
width:
|
||||||
|
Loading…
Reference in New Issue
Block a user