From 9046713971ab6ef64073418800aa4b5921db90d4 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 17 May 2023 20:23:18 -0600 Subject: [PATCH] Cleanup docs example response Co-authored-by: Blake Blackshear --- docs/docs/integrations/api.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/docs/integrations/api.md b/docs/docs/integrations/api.md index e7d85574d..28492c646 100644 --- a/docs/docs/integrations/api.md +++ b/docs/docs/integrations/api.md @@ -323,14 +323,11 @@ Create a manual API with a given `label` (ex: doorbell press) to capture a speci **Success Response:** ```json -[ - { - "event_id": "1682970645.13116-1ug7ns", - "message": "Successfully created event.", - "success": true - }, - 200 -] +{ + "event_id": "1682970645.13116-1ug7ns", + "message": "Successfully created event.", + "success": true +} ``` ### `PUT /api/events//end`