docs: Fix new requests names

This commit is contained in:
Palakis 2017-10-27 14:27:00 +02:00
parent 661fd4efa8
commit 5da1e55f8e

View File

@ -2703,13 +2703,13 @@ void WSRequestHandler::HandleResetSceneItem(WSRequestHandler* req) {
* *
* @param {String} `sourceName` Name of the source item. * @param {String} `sourceName` Name of the source item.
* @param {String (optional) `sourceType` Type of the specified source. Useful for type-checking if you expect a specific settings schema. * @param {String (optional) `sourceType` Type of the specified source. Useful for type-checking if you expect a specific settings schema.
* *
* @return {String} `sourceName` Source name * @return {String} `sourceName` Source name
* @return {String} `sourceType` Type of the specified source * @return {String} `sourceType` Type of the specified source
* @return {Object} `sourceSettings` Source settings. Varying between source types. * @return {Object} `sourceSettings` Source settings. Varying between source types.
* *
* @api requests * @api requests
* @name GetSourcesList * @name GetSourceSettings
* @category sources * @category sources
* @since unreleased * @since unreleased
*/ */
@ -2762,7 +2762,7 @@ void WSRequestHandler::HandleGetSourceSettings(WSRequestHandler* req) {
* @return {Object} `sourceSettings` Source settings. Varying between source types. * @return {Object} `sourceSettings` Source settings. Varying between source types.
* *
* @api requests * @api requests
* @name GetSourcesList * @name SetSourceSettings
* @category sources * @category sources
* @since unreleased * @since unreleased
*/ */