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