diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index 3b1faa5f..2638c03f 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -1619,6 +1619,14 @@ "valueRestrictions": null, "valueOptional": false, "valueOptionalBehavior": null + }, + { + "valueName": "overlay", + "valueType": "Boolean", + "valueDescription": "True == apply the settings on top of existing ones, False == reset the input to its defaults, then apply settings.", + "valueRestrictions": null, + "valueOptional": true, + "valueOptionalBehavior": "true" } ], "responseFields": [] diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 428693e2..f03675f9 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -2374,6 +2374,7 @@ Sets the settings of an input. | ---- | :---: | ----------- | :----------------: | ----------------- | | inputName | String | Name of the input to set the settings of | None | N/A | | inputSettings | Object | Object of settings to apply | None | N/A | +| ?overlay | Boolean | True == apply the settings on top of existing ones, False == reset the input to its defaults, then apply settings. | None | true | ---