From c574d4613f9c22efd958137e72486cbdcf5690f3 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Tue, 23 Aug 2022 13:52:01 +0200 Subject: [PATCH] apidocs: add missing params --- apidocs/openapi.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/apidocs/openapi.yaml b/apidocs/openapi.yaml index 9b771229..b072a605 100644 --- a/apidocs/openapi.yaml +++ b/apidocs/openapi.yaml @@ -143,6 +143,22 @@ components: type: boolean fallback: type: string + rpiCameraCamID: + type: number + rpiCameraWidth: + type: number + rpiCameraHeight: + type: number + rpiCameraFPS: + type: number + rpiCameraIDRPeriod: + type: number + rpiCameraBitrate: + type: number + rpiCameraProfile: + type: string + rpiCameraLevel: + type: string # authentication publishUser: