Skip to content

Commit

Permalink
Merge pull request #419 from multiversx/fix_swagger_typo
Browse files Browse the repository at this point in the history
Fix blocks by round typo in swagger
  • Loading branch information
tanghel authored Jan 3, 2024
2 parents 3995136 + af1c9dc commit 68ad007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/proxy/config/swagger/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -686,12 +686,12 @@
}
}
},
"/block/by-round/{round}": {
"/blocks/by-round/{round}": {
"get": {
"tags": [
"block"
],
"summary": "returns all blocks by round.",
"summary": "returns all blocks from all shards for a specific round",
"parameters": [
{
"name": "round",
Expand Down

0 comments on commit 68ad007

Please sign in to comment.