Skip to content

Commit

Permalink
rebuild swagger fromd description changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cce committed Feb 24, 2022
1 parent d498d79 commit 2ee1c5c
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 345 deletions.
8 changes: 4 additions & 4 deletions daemon/algod/api/algod.oas3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
}
}
},
"description": "AccountApplicationResponse describes the application data for a specific account and application ID."
"description": "AccountApplicationResponse describes the account's account's application local state and global state (AppLocalState and AppParams, if either exists) for a specific application ID. Global state will only be returned if the provided address is the application's creator."
},
"AccountAssetResponse": {
"content": {
Expand All @@ -271,7 +271,7 @@
}
}
},
"description": "AccountAssetResponse describes the asset data for a specific account and asset ID."
"description": "AccountAssetResponse describes the account's asset holding and asset parameters (if either exist) for a specific asset ID. Asset parameters will only be returned if the provided address is the asset's creator."
},
"AccountResponse": {
"content": {
Expand Down Expand Up @@ -1949,7 +1949,7 @@
}
}
},
"description": "AccountApplicationResponse describes the application data for a specific account and application ID."
"description": "AccountApplicationResponse describes the account's account's application local state and global state (AppLocalState and AppParams, if either exists) for a specific application ID. Global state will only be returned if the provided address is the application's creator."
},
"400": {
"content": {
Expand Down Expand Up @@ -2085,7 +2085,7 @@
}
}
},
"description": "AccountAssetResponse describes the asset data for a specific account and asset ID."
"description": "AccountAssetResponse describes the account's asset holding and asset parameters (if either exist) for a specific asset ID. Asset parameters will only be returned if the provided address is the asset's creator."
},
"400": {
"content": {
Expand Down
Loading

0 comments on commit 2ee1c5c

Please sign in to comment.