missing colon in /videos/:id schema

This commit is contained in:
Gnuxie 2020-06-10 20:02:03 +01:00 committed by Perflyst
parent fcd195e4ba
commit 7990516e20
1 changed files with 1 additions and 1 deletions

2
API.md
View File

@ -143,7 +143,7 @@ All endpoints that return a JSON body support the [fields API](https://developer
], ],
"author": String, "author": String,
"lengthSeconds": Int32, "lengthSeconds": Int32,
"viewCountText" String "viewCountText": String
} }
] ]
} }