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

Download Open API Spec

PUT /search/text/analyzer/{id}

Update a TextAnalyzer.

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 settings JSON is re-parsed and any $ref entries are re-checked for qualified-name format and existence. Concurrency is managed via the etag field; an etag mismatch returns 409 Conflict.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/search/text/analyzer/{id}

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