From 7865fa548de65ba56025afb52147c3cf1c1de915 Mon Sep 17 00:00:00 2001 From: Daniel Drasovean Date: Fri, 9 Aug 2024 14:12:39 +0300 Subject: [PATCH] Replaced 'hash' with 'nonce' in get-by-nonce description --- cmd/proxy/config/swagger/openapi.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/proxy/config/swagger/openapi.json b/cmd/proxy/config/swagger/openapi.json index dad65efa..8d3b7497 100644 --- a/cmd/proxy/config/swagger/openapi.json +++ b/cmd/proxy/config/swagger/openapi.json @@ -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" @@ -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" @@ -3159,4 +3159,4 @@ } } } -} \ No newline at end of file +}