From b2ea93f3b0ffaf753861b911370dd3be79d9bb7f Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 18 May 2020 22:48:13 +0200 Subject: [PATCH] fix invalid `skipSegments` response body --- API-Docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-Docs.md b/API-Docs.md index d085d43..0253afd 100644 --- a/API-Docs.md +++ b/API-Docs.md @@ -25,7 +25,7 @@ ________________________________________________________________________________ **Response**: ``` [{ // Array of this object - segments: float[], //[0, 15.23] start and end time in seconds + segment: float[], //[0, 15.23] start and end time in seconds UUID: string, category: string }]