Skip to content

Commit d141ca2

Browse files
committed
fix migration guide
1 parent 7799f87 commit d141ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/release/RELEASE-NOTES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ with:
4646
```python
4747
overviews = await client.items.list(vault_id, ItemListFilter(
4848
content=ItemListFilterByStateInner(
49-
active=active,
50-
archived=archived
49+
active=True,
50+
archived=True,
5151
)
5252
))
5353
```

0 commit comments

Comments
 (0)