From 50b17031c4c4ed3d37a2c8040bf97080caab8d73 Mon Sep 17 00:00:00 2001 From: tpjanssen <25168870+tpjanssen@users.noreply.github.com> Date: Fri, 29 Sep 2023 01:00:32 +0200 Subject: [PATCH] Update api.md (#7971) * Update api.md * Update api.md --- docs/docs/integrations/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/api.md b/docs/docs/integrations/api.md index c0266a429..515f7495a 100644 --- a/docs/docs/integrations/api.md +++ b/docs/docs/integrations/api.md @@ -254,7 +254,7 @@ Accepts the following query string parameters, but they are only applied when an Returns the snapshot image from the latest event for the given camera and label combo. Using `any` as the label will return the latest thumbnail regardless of type. -### `GET /api//recording//snapshot.png` +### `GET /api//recordings//snapshot.png` Returns the snapshot image from the specific point in that cameras recordings. @@ -321,7 +321,7 @@ Create a manual event with a given `label` (ex: doorbell press) to capture a spe ```json { - "subLabel": "some_string", // add sub label to event + "sub_label": "some_string", // add sub label to event "duration": 30, // predetermined length of event (default: 30 seconds) or can be to null for indeterminate length event "include_recording": true, // whether the event should save recordings along with the snapshot that is taken "draw": {