From ef54cd6fb3a78c08e8171477121fe44b1e59ba3c Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Fri, 1 Jul 2022 06:56:09 -0500 Subject: [PATCH] add plus endpoint to docs --- docs/docs/integrations/api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/integrations/api.md b/docs/docs/integrations/api.md index cae8aff68..c7a963ca6 100644 --- a/docs/docs/integrations/api.md +++ b/docs/docs/integrations/api.md @@ -183,6 +183,10 @@ Permanently deletes the event along with any clips/snapshots. Sets retain to true for the event id. +### `POST /api/events//plus` + +Submits the snapshot of the event to Frigate+ for labeling. + ### `DELETE /api/events//retain` Sets retain to false for the event id (event may be deleted quickly after removing).