From 5da1e55f8e9c482a1b6d9e348f544030d2646b43 Mon Sep 17 00:00:00 2001 From: Palakis Date: Fri, 27 Oct 2017 14:27:00 +0200 Subject: [PATCH] docs: Fix new requests names --- WSRequestHandler.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WSRequestHandler.cpp b/WSRequestHandler.cpp index 8fa7799b..8f2e03bd 100644 --- a/WSRequestHandler.cpp +++ b/WSRequestHandler.cpp @@ -2703,13 +2703,13 @@ void WSRequestHandler::HandleResetSceneItem(WSRequestHandler* req) { * * @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. -* +* * @return {String} `sourceName` Source name * @return {String} `sourceType` Type of the specified source * @return {Object} `sourceSettings` Source settings. Varying between source types. * * @api requests -* @name GetSourcesList +* @name GetSourceSettings * @category sources * @since unreleased */ @@ -2762,7 +2762,7 @@ void WSRequestHandler::HandleGetSourceSettings(WSRequestHandler* req) { * @return {Object} `sourceSettings` Source settings. Varying between source types. * * @api requests -* @name GetSourcesList +* @name SetSourceSettings * @category sources * @since unreleased */