Skip to content

Commit

Permalink
RS-538: Document strict flag (#130)
Browse files Browse the repository at this point in the history
* document strict flag

* format
  • Loading branch information
atimin authored Nov 30, 2024
1 parent e2fea1e commit 6917649
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/http-api/entry-api/run_query.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ The request body should be a JSON object with the following parameters:
// Optional. A conditional query to filter records.
when?: "object"

// Optional. If true, the query will be strict and return an error
// if any of the conditions cannot be evaluated during query execution.
// If false or unset, the query will consider the incomplete condition to be false.
strict?: "boolean"

// Optional. Return a record every S seconds
each_s?: "float"

Expand Down

0 comments on commit 6917649

Please sign in to comment.