mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Updated API (markdown)
This commit is contained in:
parent
ef902e2f8b
commit
5f2b08f4a6
1 changed files with 1 additions and 1 deletions
2
API.md
2
API.md
|
@ -1,6 +1,6 @@
|
||||||
GET `/api/v1/videos/:id`
|
GET `/api/v1/videos/:id`
|
||||||
> Given `:id`, return `video`
|
> Given `:id`, return `video`
|
||||||
> `Video schema`:
|
> `Video` schema:
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"title": String,
|
"title": String,
|
||||||
|
|
Loading…
Reference in a new issue