mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs: Increase complexity of G/SetProfileParameter
This commit is contained in:
parent
732d5af50c
commit
707ac3f7e3
@ -334,7 +334,7 @@ RequestResult RequestHandler::RemoveProfile(const Request& request)
|
|||||||
* @responseField defaultParameterValue | String | Default value associated with the parameter. `null` if no default
|
* @responseField defaultParameterValue | String | Default value associated with the parameter. `null` if no default
|
||||||
*
|
*
|
||||||
* @requestType GetProfileParameter
|
* @requestType GetProfileParameter
|
||||||
* @complexity 3
|
* @complexity 4
|
||||||
* @rpcVersion -1
|
* @rpcVersion -1
|
||||||
* @initialVersion 5.0.0
|
* @initialVersion 5.0.0
|
||||||
* @category config
|
* @category config
|
||||||
@ -378,7 +378,7 @@ RequestResult RequestHandler::GetProfileParameter(const Request& request)
|
|||||||
* @requestField parameterValue | String | Value of the parameter to set. Use `null` to delete
|
* @requestField parameterValue | String | Value of the parameter to set. Use `null` to delete
|
||||||
*
|
*
|
||||||
* @requestType SetProfileParameter
|
* @requestType SetProfileParameter
|
||||||
* @complexity 3
|
* @complexity 4
|
||||||
* @rpcVersion -1
|
* @rpcVersion -1
|
||||||
* @initialVersion 5.0.0
|
* @initialVersion 5.0.0
|
||||||
* @category config
|
* @category config
|
||||||
|
Loading…
Reference in New Issue
Block a user