Updated API (markdown)

This commit is contained in:
Omar Roth 2018-08-05 12:08:24 -05:00
parent fb4d17bbda
commit ef902e2f8b

4
API.md
View File

@ -1,6 +1,6 @@
GET `/api/v1/videos/:id`
> Given :id, return `video`
> Schema:
> Given `:id`, return `video`
> `Video schema`:
```
{
"title": String,