fix /api/admin/config/streamkeys docs (#3409)

Co-authored-by: Meisam Farzalipour Tabriz <5204-tbz@users.noreply.gitlab.mpcdf.mpg.de>
This commit is contained in:
Meisam 2023-10-31 19:54:09 +01:00 committed by GitHub
parent c4357b2b9f
commit cd416fa19b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -356,7 +356,7 @@ components:
StreamKey:
type: object
properties:
id:
key:
type: string
description: The key used for authing a stream.
example: yklw5Imng
@ -1086,7 +1086,10 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/StreamKeyArray'
type: object
properties:
value:
$ref: '#/components/schemas/StreamKeyArray'
/api/admin/config/pagecontent:
post: