Skip to content

Commit 2ae04e4

Browse files
authored
Merge pull request #73 from docusign/monitor-example
Updated limit in monitor examples
2 parents e92913e + a8dd620 commit 2ae04e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/monitor/examples/eg002_post_web_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_query(cls, args):
6161
"aggregations": [
6262
{
6363
"aggregationName": "Raw",
64-
"limit": "1",
64+
"limit": "100",
6565
"orderby": [
6666
"Timestamp, desc"
6767
]

0 commit comments

Comments
 (0)