From cd416fa19bff1e5f8efda828e856c7939e154c0a Mon Sep 17 00:00:00 2001 From: Meisam <39205857+MFTabriz@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:54:09 +0100 Subject: [PATCH] fix /api/admin/config/streamkeys docs (#3409) Co-authored-by: Meisam Farzalipour Tabriz <5204-tbz@users.noreply.gitlab.mpcdf.mpg.de> --- openapi.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index e3d855a48..020b801fe 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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: