From 71bf9e9021588b954fa5ee9e7ca46a890380f026 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Sun, 19 Dec 2021 10:11:36 +0000 Subject: [PATCH] docs(ci): Update generated docs - 0c7fda2 [skip ci] --- docs/generated/protocol.json | 8 ++++++++ docs/generated/protocol.md | 1 + 2 files changed, 9 insertions(+) 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 | ---