PUT /search/synonym/set/{synonymSetId}
Update a SynonymSet.
The caller must be a Sage Bionetworks employee with
ACCESS_TYPE.UPDATE
permission on the Organization. The organizationName and name
are immutable and cannot be changed after creation.
Concurrency is managed via the etag field. If the etag in the request does not match the current etag, a 409 Conflict is returned.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/search/synonym/set/{synonymSetId}
Resource URL Variables
| {synonymSetId} | The path ID (must match the request body's ID). |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view , modify |
| HTTP Method | PUT |
| Request Object | SynonymSet (application/json) |
| Response Object | SynonymSet (application/json) |