From cba04d5113759fc2322cbfafd77c68e9d645c52b Mon Sep 17 00:00:00 2001 From: saengel Date: Sun, 6 Oct 2024 14:24:30 +0300 Subject: [PATCH] fix(api docs): Add missing topics param --- docs/openAPI.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/openAPI.json b/docs/openAPI.json index 2d8c71d9ae..213320032b 100644 --- a/docs/openAPI.json +++ b/docs/openAPI.json @@ -4461,6 +4461,24 @@ "tags": [ "Topic" ], + "parameters": [ + { + "examples": { + "Return all topics": { + "value": "limit=0" + }, + "Return 20 topics": { + "value": "limit=20" + } + }, + "name": "limit", + "description": "This parameter limits the number of topics returned. The default is `1000`. If `limit=0` then all topics will be returned.", + "schema": { + "type": "integer" + }, + "in": "query" + } + ], "responses": { "200": { "content": {