Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Jul 23, 2024
1 parent 944eb99 commit 7ebfbde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/esql/esql-rest.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@ POST /_query
| LIMIT 5
""",
"params": [
{"name": "minPageCount", "value": 300},
{"name": "authorName", "value": "Frank Herbert"},
{"name": "minCount", "value": 0}
{"minPageCount": 300},
{"authorName": "Frank Herbert"},
{"minCount": 0}
]
}
----
Expand Down

0 comments on commit 7ebfbde

Please sign in to comment.