diff --git a/docs/docs/integrations/api.md b/docs/docs/integrations/api.md index 6a4c553c6..4588bd2c5 100644 --- a/docs/docs/integrations/api.md +++ b/docs/docs/integrations/api.md @@ -188,14 +188,12 @@ Sets retain to false for the event id (event may be deleted quickly after removi ### `POST /api/events//sub_label` -Set a sub label for a person event. For example to update `person` -> `person's name` if they were recognized with facial recognition. +Set a sub label for an event. For example to update `person` -> `person's name` if they were recognized with facial recognition. -``` -Headers: -Content-Type: application/json - -Body: -subLabel +```json +{ + "subLabel": "some_string" +} ``` ### `DELETE /api/events//sub_label`