From ee161e2b50dbc5e9f78e0bca27a17f5e3b47de17 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 10 Jul 2023 08:18:26 -0600 Subject: [PATCH] Update docs --- docs/docs/integrations/api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/integrations/api.md b/docs/docs/integrations/api.md index f36f33770..50b4e6d75 100644 --- a/docs/docs/integrations/api.md +++ b/docs/docs/integrations/api.md @@ -217,7 +217,8 @@ Sub labels must be 100 characters or shorter. ```json { - "subLabel": "some_string" + "subLabel": "some_string", + "subLabelScore": 0.79, } ```