We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84171a commit 651933dCopy full SHA for 651933d
graph/articles/filter-as-segment.md
@@ -55,3 +55,7 @@ Clients would now be able to call
55
```http
56
POST /identityProtection/riskyUsers/filter(expression='id IN (''{userId1}'',''{userId2}'',...)')/dismiss
57
```
58
+
59
+NOTE: the `'` literal in the filter expression must be escaped with `''`
60
61
+An example implementation of a filter function can be found [here](TODO).
0 commit comments