POST /search/text/analyzer
Create a new TextAnalyzer within the specified Organization.
The caller must be a Sage Bionetworks employee with ACCESS_TYPE.CREATE permission on the Organization.
The analyzer's settings are validated against the OpenSearch analysis API before creation. Invalid tokenizer or filter configurations will return a 400 error.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/search/text/analyzer
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view , modify |
| HTTP Method | POST |
| Request Object | TextAnalyzer (application/json) |
| Response Object | TextAnalyzer (application/json) |