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" } } }