From 1ff3c066a7f6620d1ef1a049537a055347266546 Mon Sep 17 00:00:00 2001 From: Noah Saso Date: Thu, 21 Nov 2024 11:48:49 -0800 Subject: [PATCH] updated docs --- static/openapi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/static/openapi.json b/static/openapi.json index 6881439f..1ab43adf 100644 --- a/static/openapi.json +++ b/static/openapi.json @@ -6617,11 +6617,23 @@ "schema": { "type": "string" } + }, + { + "name": "limit", + "description": "maximum number of stakers to return", + "required": false, + "schema": { + "type": "integer" + }, + "in": "query" } ], "responses": { "200": { "description": "success" + }, + "400": { + "description": "missing required arguments" } } }