From 4827fc3eda68042e1c72957c9395f96ae570761d Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 20 Nov 2023 14:42:39 +0100 Subject: [PATCH] docs(openapi): update definitions Signed-off-by: Arthur Schiwon --- apps/dashboard/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/openapi.json b/apps/dashboard/openapi.json index 7cbb959cc7e..138f06df83b 100644 --- a/apps/dashboard/openapi.json +++ b/apps/dashboard/openapi.json @@ -360,7 +360,7 @@ { "name": "limit", "in": "query", - "description": "Limit number of result items per widget", + "description": "Limit number of result items per widget, not more than 30 are allowed", "schema": { "type": "integer", "format": "int64", -- 2.39.5