From 643eb9c80c7a00a3636f1205ab9c10d7d45bc37b Mon Sep 17 00:00:00 2001 From: tpjanssen <25168870+tpjanssen@users.noreply.github.com> Date: Wed, 27 Sep 2023 21:50:05 +0200 Subject: [PATCH] Update api.md --- docs/docs/integrations/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/api.md b/docs/docs/integrations/api.md index 9b1cfef84..515f7495a 100644 --- a/docs/docs/integrations/api.md +++ b/docs/docs/integrations/api.md @@ -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": {