Replace the filter attributes of a corpus
POST/v2/corpora/:corpus_key/replace_filter_attributes
Replaces the filter attributes of a corpus. The replacement does not happen immediately. This operation creates a job that completes asynchronously. The new filter attributes do not work until the job completes.
Monitor the status of the filter change with the returned job ID. The corpus_key uniquely identifies the corpus.
Request
Responses
- 200
- 403
- 404
Successfully created a job that replaces the filter attributes.
Permissions do not allow replacing filter attributes.
Corpus not found.