Commit e5ecc5e
docs(client): fix notifications.list README example to use real read option (#7194)
The README's only usage example for client.notifications.list showed
{ unreadOnly: true }, a key the implementation has never read. The real
options are { read?, type?, limit? }; replace the example with
{ read: false } (the semantic equivalent of unread-only).
Fixes #6927
Co-authored-by: Claude <noreply@anthropic.com>1 parent 42da73d commit e5ecc5e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
0 commit comments