Edit Search

Update an existing saved search artifact by id. Returns the updated artifact.

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

Search Artifact ID (GUID)

Body Params
string

Display name of the saved search.

string

Free-text description of the saved search.

integer

Type of saved search (SearchArtifactType enum, serialised as its integer value).

payload
object

Payload to be saved. The type depends on the searchArtifactType. For example, if searchArtifactType is 1, then payload will be of type SearchArtifactType 1 & 2 (Proximity), payload is query string. For 3 (Condition Search), payload is a JSON object comprising the Condition.

Responses

401

Invalid API Key provided or Invalid Access token

404

Search Artifact Not Found

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