added stream key

This commit is contained in:
Torma Kristóf 2020-12-05 11:24:01 +01:00
parent ed8498fac0
commit b22bf714cc

View File

@ -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: