docs(ci): Update generated docs - 0c7fda2 [skip ci]

This commit is contained in:
Github Actions 2021-12-19 10:11:36 +00:00
parent 0c7fda28a0
commit 71bf9e9021
2 changed files with 9 additions and 0 deletions

View File

@ -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": []

View File

@ -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 |
---