From 94f582649405206ee86b07653d619a7b5c738414 Mon Sep 17 00:00:00 2001 From: miiu Date: Fri, 13 Feb 2026 10:54:36 +0200 Subject: [PATCH 1/2] fix description --- cmd/proxy/config/swagger/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/proxy/config/swagger/openapi.json b/cmd/proxy/config/swagger/openapi.json index 5b1e55d2..e4179dae 100644 --- a/cmd/proxy/config/swagger/openapi.json +++ b/cmd/proxy/config/swagger/openapi.json @@ -316,7 +316,7 @@ "tags": [ "address" ], - "summary": "returns all ESDT tokens that the provided address interacted with", + "summary": "returns all the ESDT Tokens owned by the specified address.", "parameters": [ { "name": "address", From 8338035c51ff31aa3dcbff329850a53381c0ac38 Mon Sep 17 00:00:00 2001 From: miiu Date: Fri, 13 Feb 2026 11:02:22 +0200 Subject: [PATCH 2/2] fix --- cmd/proxy/config/swagger/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/proxy/config/swagger/openapi.json b/cmd/proxy/config/swagger/openapi.json index e4179dae..f38c35bf 100644 --- a/cmd/proxy/config/swagger/openapi.json +++ b/cmd/proxy/config/swagger/openapi.json @@ -422,7 +422,7 @@ "tags": [ "address" ], - "summary": "returns all ESDT tokens that the provided address interacted with", + "summary": "returns the details of a specific ESDT token for a given address", "parameters": [ { "name": "address",