Skip to content

Commit

Permalink
REST API: Fix typo in OpenAPI json and yml files (algorand#3741)
Browse files Browse the repository at this point in the history
* Fix typo in OpenAPI json and yml files

* Included output of make generate
  • Loading branch information
nullun authored and jannotti committed Mar 13, 2022
1 parent e08a7da commit db98bbe
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions daemon/algod/api/algod.oas2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@
},
"/v2/teal/compile": {
"post": {
"description": "Given TEAL source code in plain text, return base64 encoded program bytes and base32 SHA512_256 hash of program bytes (Address style). This endpoint is only enabled when a node's configureation file sets EnableDeveloperAPI to true.",
"description": "Given TEAL source code in plain text, return base64 encoded program bytes and base32 SHA512_256 hash of program bytes (Address style). This endpoint is only enabled when a node's configuration file sets EnableDeveloperAPI to true.",
"consumes": [
"text/plain"
],
Expand Down Expand Up @@ -1526,7 +1526,7 @@
},
"/v2/teal/dryrun": {
"post": {
"description": "Executes TEAL program(s) in context and returns debugging information about the execution. This endpoint is only enabled when a node's configureation file sets EnableDeveloperAPI to true.",
"description": "Executes TEAL program(s) in context and returns debugging information about the execution. This endpoint is only enabled when a node's configuration file sets EnableDeveloperAPI to true.",
"consumes": [
"application/json",
"application/msgpack"
Expand Down
4 changes: 2 additions & 2 deletions daemon/algod/api/algod.oas3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3613,7 +3613,7 @@
},
"/v2/teal/compile": {
"post": {
"description": "Given TEAL source code in plain text, return base64 encoded program bytes and base32 SHA512_256 hash of program bytes (Address style). This endpoint is only enabled when a node's configureation file sets EnableDeveloperAPI to true.",
"description": "Given TEAL source code in plain text, return base64 encoded program bytes and base32 SHA512_256 hash of program bytes (Address style). This endpoint is only enabled when a node's configuration file sets EnableDeveloperAPI to true.",
"operationId": "TealCompile",
"requestBody": {
"content": {
Expand Down Expand Up @@ -3697,7 +3697,7 @@
},
"/v2/teal/dryrun": {
"post": {
"description": "Executes TEAL program(s) in context and returns debugging information about the execution. This endpoint is only enabled when a node's configureation file sets EnableDeveloperAPI to true.",
"description": "Executes TEAL program(s) in context and returns debugging information about the execution. This endpoint is only enabled when a node's configuration file sets EnableDeveloperAPI to true.",
"operationId": "TealDryrun",
"requestBody": {
"content": {
Expand Down
42 changes: 21 additions & 21 deletions daemon/algod/api/server/v2/generated/routes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db98bbe

Please sign in to comment.