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

Download Open API Spec

PUT /search/configuration/{searchConfigurationId}

Update a SearchConfiguration.

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/configuration/{searchConfigurationId}

Resource URL Variables
{searchConfigurationId} The path ID (must match the request body's ID).
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method PUT
Request Object SearchConfiguration
(application/json)
Response Object SearchConfiguration
(application/json)