From 7990516e2043c0a32145b0fd6ebdea2222e621bb Mon Sep 17 00:00:00 2001 From: Gnuxie <50846879+Gnuxie@users.noreply.github.com> Date: Wed, 10 Jun 2020 20:02:03 +0100 Subject: [PATCH] missing colon in /videos/:id schema --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 95147aa..e959cc5 100644 --- a/API.md +++ b/API.md @@ -143,7 +143,7 @@ All endpoints that return a JSON body support the [fields API](https://developer ], "author": String, "lengthSeconds": Int32, - "viewCountText" String + "viewCountText": String } ] }