Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Nov 21, 2024
1 parent e851747 commit 1ff3c06
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions static/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit 1ff3c06

Please sign in to comment.