Skip to content

Commit

Permalink
#10938 source GA to Beta: upd window_in_days description (#12385)
Browse files Browse the repository at this point in the history
  • Loading branch information
davydov-d committed Apr 28, 2022
1 parent 9ee1f79 commit 3a032d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"window_in_days": {
"type": "integer",
"title": "Window in days (Optional)",
"description": "The amount of days each stream slice would consist of beginning from start_date. Bigger the value - faster the fetch. (Min=1, as for a Day; Max=364, as for a Year).",
"title": "Data request window (Optional)",
"description": "The amount of data batched by the number of days. The bigger the value, the bigger the batch size and the lower the API requests made. (Min=1, as for a Day; Max=364, as for a Year).",
"examples": [30, 60, 90, 120, 200, 364],
"default": 1
},
Expand Down

0 comments on commit 3a032d9

Please sign in to comment.