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

Download Open API Spec

PUT /entity/{entityId}/searchconfig/binding

Bind a SearchConfiguration to an entity (typically a project). The caller must have EDIT permission on the entity. Replaces any existing binding on that entity. Descendant SearchIndex entities inherit the configuration unless they set their own searchConfigurationId; the effective configuration for any entity is resolved by walking up the hierarchy (entity → folder → project).

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/entity/{entityId}/searchconfig/binding

Resource URL Variables
{entityId} The ID of the entity to bind to.
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method PUT
Request Object BindSearchConfigToEntityRequest
(application/json)
Response Object SearchConfigBinding
(application/json)