From 08ce46b1d97797027c63649d39b5714c64a0ecc4 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Fri, 21 Apr 2023 14:56:45 -0600 Subject: [PATCH] Fix docs --- 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 1be8ff8ad..2b89288db 100644 --- a/docs/docs/integrations/api.md +++ b/docs/docs/integrations/api.md @@ -174,8 +174,8 @@ Timeline of key moments of an event(s) from the database. Accepts the following | param | Type | Description | | -------------------- | ---- | --------------------------------------------- | -| `camera` | int | Epoch time | -| `source_id` | str | , separated list of cameras | +| `camera` | int | Name of camera | +| `source_id` | str | ID of tracked object | | `limit` | int | Limit the number of events returned | ### `GET /api/events/summary`