Update existing custom insight

Patches a custom insight, updating the query, or setting it to active/inactive

Path Params
uuid
required
Body Params
string

A valid budql query representing the desired insight, see Custom Insights Guide for more details, defaults to the value of the existing insight.

boolean

whether the insight is 'active' or not, defaults to the value of the existing insight

Headers
string
required

The API Client Identifier (Service Application Identifier).

Responses
204

OK

400

The request contained an invalid payload, in this case often a syntax error in the query.

404

Custom insight doesn't exist, thus cannot be patched

5XX

An unexpected error occurred on the server side

Language
Credentials
OAuth2