Replace the filter attributes of a corpus
POST/v2/corpora/:corpus_key/replace_filter_attributes
Replace the filter attributes of a corpus. This does not happen immediately, as this operation creates a job that completes asynchronously. These new filter attributes will not work until the job completes.
You can monitor the status of the filter change using the returned job ID. The
corpus_key
uniquely identifies the corpus. For more information, see
Corpus Key Definition.
Request
Responses
- 200
- 403
- 404
Successfully created a job that will replace the filter attributes.
Permissions do not allow replacing filter attributes.
Corpus not found.