Update a query profile
Use this endpoint to change a query profile’s query pipeline, collection, or other attributes. The request is a JSON body containing the query profile’s updated attributes.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Headers
An optional tag to match.
Path Parameters
The query profile ID.
Query Parameters
The app to which this object belongs, as app:SomeApp.
Body
The query profile ID.
The query pipeline associated with this query profile.
The data collection associated with this query profile.
The Solr search handler to use with this query profile.
The search mode to use with this query profile:
-
dsl- Fusion's Domain Specific Language. -
legacy- Solr query parameters. -
all- Use both DSL and legacy search modes. This is the default value that works well for most use cases.
dsl|legacy|allResponse
OK
The query profile ID.
The query pipeline associated with this query profile.
The data collection associated with this query profile.
The Solr search handler to use with this query profile.
The search mode to use with this query profile:
-
dsl- Fusion's Domain Specific Language. -
legacy- Solr query parameters. -
all- Use both DSL and legacy search modes. This is the default value that works well for most use cases.
dsl|legacy|all