From 3139309b092a0e767dfec73b0e484f49a4a5f0c6 Mon Sep 17 00:00:00 2001 From: Rui Alves Date: Sun, 10 Nov 2024 22:53:31 +0000 Subject: [PATCH] Updated openAPI spec --- docs/static/frigate-api.yaml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/static/frigate-api.yaml b/docs/static/frigate-api.yaml index 6faee8d27..325af2850 100644 --- a/docs/static/frigate-api.yaml +++ b/docs/static/frigate-api.yaml @@ -2380,14 +2380,14 @@ paths: required: false schema: type: number - default: 1731271332.181958 + default: 1731275308.238304 title: After - name: before in: query required: false schema: type: number - default: 1731274932.181968 + default: 1731278908.238313 title: Before responses: '200': @@ -3294,20 +3294,18 @@ components: title: Playback factor default: realtime source: - type: string - title: Source + allOf: + - $ref: '#/components/schemas/PlaybackSourceEnum' + title: Playback source default: recordings name: type: string maxLength: 256 - minLength: 1 title: Friendly name image_path: type: string title: Image Path type: object - required: - - name title: ExportRecordingsBody Extension: type: string @@ -3366,6 +3364,12 @@ components: - realtime - timelapse_25x title: PlaybackFactorEnum + PlaybackSourceEnum: + type: string + enum: + - recordings + - preview + title: PlaybackSourceEnum RegenerateDescriptionEnum: type: string enum: