Skip to content

Commit 4fc157a

Browse files
Minor documentation fixes
1 parent 9248914 commit 4fc157a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,10 @@ If you wanted to target objects whose tag is greater than or equal to `100`, you
388388
- API call must be successful and return `0` in the `return` field.
389389
- Endpoints must return an array of objects in the data field (e.g. `[{"id": 0, "name": "Test"}, {"id": 1, "name": "Other Test"}]`).
390390
- At least two objects must be present within the array to support queries.
391-
- If an array is being used in a query, it must much the target data completely and exactly. There are no recursive queries.
392391

393392
### Notes:
394-
- For those using the Local database or API token authentication types, `client-id` and `client-token` are excluded from queries
393+
- For those using the Local database or API token authentication types, `client-id` and `client-token` are excluded from queries by default
394+
- Both recursive queries and query filters are seperated by double underscores (`__`)
395395

396396

397397
# Rate limit

0 commit comments

Comments
 (0)