docs: Document missing overlay field

This commit is contained in:
Dominik Nakamura 2021-12-19 16:31:31 +09:00
parent a40e79e987
commit 873ad1b167
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

View File

@ -278,8 +278,10 @@ RequestResult RequestHandler::GetInputSettings(const Request& request)
/**
* Sets the settings of an input.
*
* @requestField inputName | String | Name of the input to set the settings of
* @requestField inputSettings | Object | Object of settings to apply
* @requestField inputName | String | Name of the input to set the settings of
* @requestField inputSettings | Object | Object of settings to apply
* @requestField ?overlay | Boolean | True == apply the settings on top of existing ones,
* False == reset the input to its defaults, then apply settings. | true
*
* @requestType SetInputSettings
* @complexity 3