Always/Never Redact Lists
Append to the always-redact and never-redact lists.
Appends the supplied terms to the existing lists rather than replacing them - use POST to replace. Each field's terms are added to the current contents of that list; a list that is omitted or sent as an empty array is left unchanged. Terms are trimmed, blank entries are dropped, and terms already present are not added again. The resulting list may contain up to 1000 terms, and each term may be up to 100 characters; an append that would exceed the limit is rejected. Admins may append to another user's lists by passing that user's email as owner.
put/api/redact-lists
Query parameters
ownerstring
Headers
Authorizationstring required
Request body
string required
Response
The terms were appended.