Disconnected

SetSourceFilterSettings

Name of the source the filter is on.

Name of the filter to set the settings of.

Object of settings to apply.

true = apply the settings on top of existing ones, false = reset the input to its default, then apply settings.

{
  "requestType": "SetSourceFilterSettings",
  "requestData": {
    "sourceName": null,
    "filterName": null,
    "filterSettings": null,
    "overlay": false
  }
}
// No response... 
// Did you send your request?