Skip to content

Commit 29f8169

Browse files
authored
update schema (#5)
1 parent 181f964 commit 29f8169

File tree

2 files changed

+966
-399
lines changed

2 files changed

+966
-399
lines changed

defillama-openapi-free.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,8 @@
930930
"description": "Chain which you want to get the block from",
931931
"required": true,
932932
"schema": {
933-
"type": "string"
933+
"type": "string",
934+
"example": "ethereum"
934935
}
935936
},
936937
{
@@ -939,7 +940,8 @@
939940
"description": "UNIX timestamp of the block you are searching for",
940941
"required": true,
941942
"schema": {
942-
"type": "integer"
943+
"type": "integer",
944+
"example": 1603964988
943945
}
944946
}
945947
],

0 commit comments

Comments
 (0)