Partially updates an existing saved search.

Behavior: Applies the specified patch changes to the saved search identified by ID. Only the fields provided in the patch model are updated; other fields remain unchanged. Returns the fully updated saved search after the patch is applied.

Authorization: Requires a valid Bearer token.

Side Effects: Modifies the saved search record.

Error Scenarios: Returns 400 if the patch model is null.

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

The unique identifier of the saved search to update.

Body Params

The patch model containing the fields to update.

Model for partially updating a saved search. Only non-null fields are applied.

string | null

New display name for the saved search.

int32 | null

New display order sequence number.

boolean | null
boolean | null

New bookmarked status.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json