Skip to content

Commit

Permalink
api.json: correct the error in the generated documentation
Browse files Browse the repository at this point in the history
From `"name": "blobs_in_stream<blobs_in_stream>"`
to `"name": "blobs_in_stream"`.
  • Loading branch information
belikor committed Sep 24, 2021
1 parent 5ec8c96 commit 6478627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -5062,4 +5062,4 @@
}
]
}
}
}

0 comments on commit 6478627

Please sign in to comment.