v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015891,4406.1 MB

Update an existing Sigma Query

Update an existing Sigma query that previously exists

post/v1/sigma/saved_queries/{id}

Path parameters

idstring required

The id of the saved query to update. This should be a valid id that was previously created.

Response

Successful response.

createdinteger required

Time at which the object was created. Measured in seconds since the Unix epoch.

idstring required

Unique identifier for the object.

livemodeboolean required

If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.

namestring required

The name of the query.

object'sigma.sigma_api_query' required

String representing the object's type. Objects of the same type share the same value.

sqlstring required

The sql statement for the query.