Skip to content

Commit

Permalink
fix: update timeframes in example response
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathbabu-moralis committed Jan 3, 2025
1 parent 93c2c0a commit ba89b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configs/api-reference/configs.json
Original file line number Diff line number Diff line change
Expand Up @@ -16010,15 +16010,15 @@
{
"name": "fromDate",
"description": "The starting date (format in seconds or datestring accepted by momentjs)\n* Provide the param 'fromBlock' or 'fromDate'\n* If 'fromDate' and 'fromBlock' are provided, 'fromBlock' will be used.\n",
"example": "2024-11-25",
"example": "2024-12-25",
"required": true,
"type": "string"
},
{
"name": "toDate",
"description": "The ending date (format in seconds or datestring accepted by momentjs)\n* Provide the param 'toBlock' or 'toDate'\n* If 'toDate' and 'toBlock' are provided, 'toBlock' will be used.\n",
"required": true,
"example": "2024-11-26",
"example": "2025-01-01",
"type": "string"
},
{
Expand Down

0 comments on commit ba89b66

Please sign in to comment.