Skip to content

Commit

Permalink
Merge pull request #458 from multiversx/fix-description-by-nonce
Browse files Browse the repository at this point in the history
Replaced 'hash' with 'nonce' in get-by-nonce description
  • Loading branch information
danidrasovean committed Aug 9, 2024
2 parents 0e75611 + 7865fa5 commit a9f6e32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/proxy/config/swagger/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@
{
"name": "nonce",
"in": "path",
"description": "the hash to look after",
"description": "the nonce to look after",
"required": true,
"schema": {
"type": "integer"
Expand Down Expand Up @@ -655,7 +655,7 @@
{
"name": "nonce",
"in": "path",
"description": "the hash to look after",
"description": "the nonce to look after",
"required": true,
"schema": {
"type": "integer"
Expand Down Expand Up @@ -3159,4 +3159,4 @@
}
}
}
}
}

0 comments on commit a9f6e32

Please sign in to comment.