From 6478627baf108e4e49896d65d99ad96d7f73aa57 Mon Sep 17 00:00:00 2001 From: belikor Date: Thu, 23 Sep 2021 20:29:16 -0500 Subject: [PATCH] api.json: correct the error in the generated documentation From `"name": "blobs_in_stream"` to `"name": "blobs_in_stream"`. --- docs/api.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.json b/docs/api.json index f968b1f838..23780f2354 100644 --- a/docs/api.json +++ b/docs/api.json @@ -2657,7 +2657,7 @@ "is_required": false }, { - "name": "blobs_in_stream", + "name": "blobs_in_stream", "type": "int", "description": "get file with matching blobs in stream", "is_required": false @@ -5062,4 +5062,4 @@ } ] } -} \ No newline at end of file +}