mirror of
https://github.com/iv-org/documentation.git
synced 2024-12-22 22:09:22 -05:00
Fix typo in code blocks
This commit is contained in:
parent
04fd62b611
commit
24261629f0
9
API.md
9
API.md
@ -10,7 +10,7 @@ All endpoints that return a JSON body support the [fields API](https://developer
|
|||||||
|
|
||||||
> Schema:
|
> Schema:
|
||||||
|
|
||||||
```$1javascript
|
```javascript
|
||||||
{
|
{
|
||||||
"version": String,
|
"version": String,
|
||||||
"software": {
|
"software": {
|
||||||
@ -37,7 +37,7 @@ All endpoints that return a JSON body support the [fields API](https://developer
|
|||||||
|
|
||||||
> Schema:
|
> Schema:
|
||||||
|
|
||||||
```$1javascript
|
```javascript
|
||||||
{
|
{
|
||||||
"title": String,
|
"title": String,
|
||||||
"videoId": String,
|
"videoId": String,
|
||||||
@ -165,7 +165,7 @@ Returns annotation XML from YouTube's `/annotations_invideo` endpoint. Alternati
|
|||||||
|
|
||||||
> Schema:
|
> Schema:
|
||||||
|
|
||||||
```$1javascript
|
```javascript
|
||||||
{
|
{
|
||||||
"commentCount": Int32?,
|
"commentCount": Int32?,
|
||||||
"videoId": String,
|
"videoId": String,
|
||||||
@ -261,7 +261,8 @@ Captions can also be selected with an ISO `lang`, e.g. &lang=en, `tlang` will au
|
|||||||
|
|
||||||
> Schema:
|
> Schema:
|
||||||
|
|
||||||
```javascript[
|
```javascript
|
||||||
|
[
|
||||||
{
|
{
|
||||||
"title": String,
|
"title": String,
|
||||||
"videoId": String,
|
"videoId": String,
|
||||||
|
Loading…
Reference in New Issue
Block a user