Skip to content

Commit 2c48825

Browse files
committed
Update exempleapi.md
1 parent 74976b6 commit 2c48825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Api/exempleapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Pour rechercher tous les identités dont le nom commence par b ou B. Pour ce cas
6363

6464
```python
6565
params = {
66-
"filters[:inetOrgPerson.sn]": "/¨b/i"
66+
"filters[^inetOrgPerson.sn]": "/¨b/i"
6767
}
6868
```
6969

0 commit comments

Comments
 (0)