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 74976b6 commit 2c48825Copy full SHA for 2c48825
docs/Api/exempleapi.md
@@ -63,7 +63,7 @@ Pour rechercher tous les identités dont le nom commence par b ou B. Pour ce cas
63
64
```python
65
params = {
66
- "filters[:inetOrgPerson.sn]": "/¨b/i"
+ "filters[^inetOrgPerson.sn]": "/¨b/i"
67
}
68
```
69
0 commit comments