requesthandler: Fix docs for SetSourceFilterEnabled

This commit is contained in:
tt2468 2022-04-13 02:17:27 -07:00
parent d8c042fe4a
commit 9d899376a5

View File

@ -308,7 +308,7 @@ RequestResult RequestHandler::SetSourceFilterSettings(const Request& request)
* Sets the enable state of a source filter.
*
* @requestField sourceName | String | Name of the source the filter is on
* @requestField filterName | Number | Name of the filter
* @requestField filterName | String | Name of the filter
* @requestField filterEnabled | Boolean | New enable state of the filter
*
* @requestType SetSourceFilterEnabled