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:
belikor 2021-09-23 20:29:16 -05:00
parent bbbaf59591
commit 8ac89af8bd

View file

@ -2657,7 +2657,7 @@
"is_required": false
},
{
"name": "blobs_in_stream<blobs_in_stream>",
"name": "blobs_in_stream",
"type": "int",
"description": "get file with matching blobs in stream",
"is_required": false
@ -5062,4 +5062,4 @@
}
]
}
}
}