Replaces an existing search profile with a new definition.

Behavior: Fully replaces the search profile identified by ID with the provided model. The ID in the route is assigned to the model before saving. Returns the updated profile.

Authorization: Requires a valid Bearer token.

Side Effects: Overwrites the search profile record.

Error Scenarios: Returns 400 if the 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 search profile to replace.

Body Params

The complete search profile definition to store.

Represents a user's search profile with default search configurations.

uuid

The unique identifier of the search profile.

string | null

Display name of the search profile.

uuid | null
deprecated
dynamicFilterConfiguration
array of strings | null
deprecated
dynamicFilterConfiguration
searchResultConfiguration
array of strings | null
deprecated
searchResultConfiguration
properties
object | null

Additional custom properties as key-value pairs.

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