mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
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:
parent
c4357b2b9f
commit
cd416fa19b
1 changed files with 5 additions and 2 deletions
|
@ -356,7 +356,7 @@ components:
|
|||
StreamKey:
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
key:
|
||||
type: string
|
||||
description: The key used for authing a stream.
|
||||
example: yklw5Imng
|
||||
|
@ -1086,6 +1086,9 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
value:
|
||||
$ref: '#/components/schemas/StreamKeyArray'
|
||||
|
||||
/api/admin/config/pagecontent:
|
||||
|
|
Loading…
Reference in a new issue