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. The caller must have EDIT permission on the entity. Any existing binding on that entity is replaced. 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)