Add values to a global filter list
Append values to one org-wide filter list, merged server-side against the committed row so concurrent callers converge instead of overwriting each other. Values already on the list are skipped silently; values already in the mutually-exclusive counterpart list (negativeSubreddits ↔ positiveSubreddits) are refused and reported under dropped. Returns 409 FILTER_WRITE_CONFLICT only if the row stays contended across every retry.
Authorizations
Clerk API key. Create one in Settings → API Keys. Pass as Authorization: Bearer <key>.
Body
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
Append values to one filter list. The merge happens server-side against the committed row, so concurrent callers converge instead of overwriting each other. Values already on the list are skipped; values already in the mutually-exclusive counterpart list (negativeSubreddits ↔ positiveSubreddits) are refused and reported under dropped.
Response
200 response
Which org-wide filter list to operate on.
negativeKeywords, negativeAuthors, negativeSubreddits, positiveSubreddits, negativeRepos Values that actually landed, in stored form. Read back from the committed row, so it never names a value that was not persisted.
Values refused because they already sit in the mutually-exclusive counterpart list. Values that were merely already present are in neither array.
The full list after the change, as committed.
