Commit 6fb2ea3
committed
docs(api): document the repeated-filter refusal on GET /data/:object
`content/docs/api/data-api.mdx` documents the `filter` parameter's rejection
behaviour, but named only malformed JSON as a cause of `400 INVALID_FILTER`.
PR #8004 (#7390) shipped a second cause on the same slot: sending one spelling
more than once. The page was incomplete, not wrong — the malformed-JSON
sentence stays as it was.
- the `filter` table row now names repetition alongside malformed JSON
- the "a filter either applies or fails" table gains the repetition row,
quoting the shipped message from `repeatedFilterParamMessage()`
- one paragraph carries the shipped reasoning: a repeat is neither merged nor
resolved by precedence, and repetition is counted rather than compared, so a
one-element array from a repeat-preserving adapter is still one occurrence
Docs-only; no published package changes.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BgZEGQqkLtHZBKrP2ceDwA1 parent 37b82ed commit 6fb2ea3
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
82 | 91 | | |
83 | 92 | | |
84 | 93 | | |
| |||
0 commit comments