mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 16:44:29 +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
|
required: false
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
default: 1731271332.181958
|
default: 1731275308.238304
|
||||||
title: After
|
title: After
|
||||||
- name: before
|
- name: before
|
||||||
in: query
|
in: query
|
||||||
required: false
|
required: false
|
||||||
schema:
|
schema:
|
||||||
type: number
|
type: number
|
||||||
default: 1731274932.181968
|
default: 1731278908.238313
|
||||||
title: Before
|
title: Before
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
@ -3294,20 +3294,18 @@ components:
|
|||||||
title: Playback factor
|
title: Playback factor
|
||||||
default: realtime
|
default: realtime
|
||||||
source:
|
source:
|
||||||
type: string
|
allOf:
|
||||||
title: Source
|
- $ref: '#/components/schemas/PlaybackSourceEnum'
|
||||||
|
title: Playback source
|
||||||
default: recordings
|
default: recordings
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
maxLength: 256
|
maxLength: 256
|
||||||
minLength: 1
|
|
||||||
title: Friendly name
|
title: Friendly name
|
||||||
image_path:
|
image_path:
|
||||||
type: string
|
type: string
|
||||||
title: Image Path
|
title: Image Path
|
||||||
type: object
|
type: object
|
||||||
required:
|
|
||||||
- name
|
|
||||||
title: ExportRecordingsBody
|
title: ExportRecordingsBody
|
||||||
Extension:
|
Extension:
|
||||||
type: string
|
type: string
|
||||||
@ -3366,6 +3364,12 @@ components:
|
|||||||
- realtime
|
- realtime
|
||||||
- timelapse_25x
|
- timelapse_25x
|
||||||
title: PlaybackFactorEnum
|
title: PlaybackFactorEnum
|
||||||
|
PlaybackSourceEnum:
|
||||||
|
type: string
|
||||||
|
enum:
|
||||||
|
- recordings
|
||||||
|
- preview
|
||||||
|
title: PlaybackSourceEnum
|
||||||
RegenerateDescriptionEnum:
|
RegenerateDescriptionEnum:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user