Update an existing saved search

Performs a full update of a saved search identified by ID. First retrieves the current saved search data, then merges provided values with existing values (falling back to current values for any parameters not supplied). This ensures all fields are populated in the update request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The unique identifier of the saved search to update

string
required

The name of the saved search

boolean
required
boolean
required

Whether the saved search is bookmarked

boolean
required

Whether the saved search is publicly visible

string
required

The type of the saved search

string
required
string
required

The search query string

integer
required

The page offset for pagination

integer
required

The page size for results

filters
array of objects
required

Array of filter objects to apply to the search

filters*
sortFields
array of objects
required

Array of sort field objects for ordering results

sortFields*
searchResultFields
array of strings
required

Array of field names to include in results

searchResultFields*
string
required

The ID of an asset to find similar results for

integer
required

The minimum relevance score threshold for results

boolean
required

Whether to exclude the total record count from results

string
required

The logical binder for combining filters (e.g., "AND", "OR")

Responses
200

Success

400

Bad Request

401

The caller is not authenticated

404

The saved search was not found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!