Skip to content

Commit

Permalink
Update frigate.yml
Browse files Browse the repository at this point in the history
iursevla authored Jun 12, 2024

Verified

This commit was signed with the committer’s verified signature.
codemonium Igor Artemenko
1 parent 129090f commit ddfbf47
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions frigate.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ info:
title: Frigate HTTP API
version: 1.0.0
servers:
- url: http://192.168.1.243:5000
- url: https://demo.frigate.video
tags:
- name: Management & Information
description: Management & Information
@@ -455,7 +455,7 @@ paths:
summary: Delete Event by ID
description: Permanently deletes the event along with any clips/snapshots
parameters:
- name: id
- name: event_id
in: path
required: true
schema:
@@ -492,7 +492,7 @@ paths:
summary: Remove Retain for Event by ID
description: Sets retain to false for the event id (event may be deleted quickly after removing)
parameters:
- name: id
- name: event_id
in: path
required: true
schema:
@@ -1252,6 +1252,10 @@ paths:
responses:
'200':
description: Export renamed response
content:
application/json:
schema:
$ref: '#/components/schemas/BaseResponse'


# Reviews
@@ -1317,6 +1321,7 @@ paths:
in: path
schema:
type: integer
required: true
description: Id of the review
responses:
'200':
@@ -1549,7 +1554,7 @@ components:
}

ListExportsResponse:
type: array
type: object
properties:
camera:
type: string
@@ -2760,6 +2765,7 @@ components:
type: array
hwaccel_args:
items:
type: string
type: array
input_args:
type: string
@@ -3510,6 +3516,8 @@ components:
top_score:
nullable: true
zones:
items:
type: string
type: array
required:
- box
@@ -3612,6 +3620,7 @@ components:
nullable: true
zones:
items:
type: string
type: array
required:
- camera

0 comments on commit ddfbf47

Please sign in to comment.