Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/proxy/config/swagger/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading