Browse Source

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

Co-authored-by: Meisam Farzalipour Tabriz <5204-tbz@users.noreply.gitlab.mpcdf.mpg.de>
pull/3412/head
Meisam 2 years ago committed by GitHub
parent
commit
cd416fa19b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      openapi.yaml

7
openapi.yaml

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

Loading…
Cancel
Save