mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 08:35:21 +03:00
Updated openAPI spec
This commit is contained in:
parent
4212c0297b
commit
3139309b09
18
docs/static/frigate-api.yaml
vendored
18
docs/static/frigate-api.yaml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user