Skip to content

Commit

Permalink
Replaced 'hash' with 'nonce' in get-by-nonce description
Browse files Browse the repository at this point in the history
  • Loading branch information
danidrasovean committed Aug 9, 2024
1 parent 0e75611 commit 7865fa5
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 7865fa5

Please sign in to comment.