forked from LBRYCommunity/lbry-sdk
api.json: correct the error in the generated documentation
From `"name": "blobs_in_stream<blobs_in_stream>"` to `"name": "blobs_in_stream"`.
This commit is contained in:
parent
bbbaf59591
commit
8ac89af8bd
1 changed files with 2 additions and 2 deletions
|
@ -2657,7 +2657,7 @@
|
||||||
"is_required": false
|
"is_required": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "blobs_in_stream<blobs_in_stream>",
|
"name": "blobs_in_stream",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"description": "get file with matching blobs in stream",
|
"description": "get file with matching blobs in stream",
|
||||||
"is_required": false
|
"is_required": false
|
||||||
|
@ -5062,4 +5062,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue