Skip to content

Commit 83bcaaa

Browse files
authored
Fix global-state-schema key name in REST API spec (#2972)
Fix global-state-schema key name in REST API spec
1 parent da60399 commit 83bcaaa

File tree

6 files changed

+259
-258
lines changed

6 files changed

+259
-258
lines changed

daemon/algod/api/algod.oas2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@
15291529
],
15301530
"properties": {
15311531
"type": {
1532-
"description": "\\[tt\\] value type.",
1532+
"description": "\\[tt\\] value type. Value `1` refers to **bytes**, value `2` refers to **uint**",
15331533
"type": "integer"
15341534
},
15351535
"bytes": {
@@ -1657,7 +1657,7 @@
16571657
"$ref": "#/definitions/ApplicationStateSchema"
16581658
},
16591659
"global-state-schema": {
1660-
"description": "[\\lsch\\] global schema",
1660+
"description": "[\\gsch\\] global schema",
16611661
"$ref": "#/definitions/ApplicationStateSchema"
16621662
},
16631663
"global-state": {

daemon/algod/api/algod.oas3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@
13861386
"type": "string"
13871387
},
13881388
"type": {
1389-
"description": "\\[tt\\] value type.",
1389+
"description": "\\[tt\\] value type. Value `1` refers to **bytes**, value `2` refers to **uint**",
13901390
"type": "integer"
13911391
},
13921392
"uint": {

daemon/algod/api/server/v2/generated/private/routes.go

Lines changed: 87 additions & 87 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

daemon/algod/api/server/v2/generated/private/types.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)