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
fb4d17bbda
commit
ef902e2f8b
1 changed files with 2 additions and 2 deletions
4
API.md
4
API.md
|
@ -1,6 +1,6 @@
|
||||||
GET `/api/v1/videos/:id`
|
GET `/api/v1/videos/:id`
|
||||||
> Given :id, return `video`
|
> Given `:id`, return `video`
|
||||||
> Schema:
|
> `Video schema`:
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"title": String,
|
"title": String,
|
||||||
|
|
Loading…
Reference in a new issue