The Open API specification for Synapse is now available for download!

Download Open API Spec

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.

The new definition is re-parsed to confirm it is valid JSON and otherwise passed through to AOSS as-is. Concurrency is managed via the etag field; an etag mismatch returns 409 Conflict.

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)