POST /search/synonym/set
Create a new SynonymSet within the specified Organization.
The caller must be a Sage Bionetworks employee with ACCESS_TYPE.CREATE permission on the Organization.
The supplied definition is parsed to confirm it is valid JSON and otherwise
passed through to AOSS as-is. AOSS Serverless rejects file-based parameters
(synonyms_path etc.) at index-build time — supply the synonym list inline
via the synonyms array; see
SynonymSet.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/search/synonym/set
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view , modify |
| HTTP Method | POST |
| Request Object | SynonymSet (application/json) |
| Response Object | SynonymSet (application/json) |