Update the webhooks of an investigation

A sample body payload is shown below.

{
  "webhooks": {
    "RESPONSE_CREATED": {
      "enabled": true,
      "url": "https://example.com/teamscope-webhook"
    },
    "RESPONSE_UPDATED": {
      "enabled": false,
      "url": ""
    }
  }
}
Language
URL
Click Try It! to start a request and see the response here!