set Study Parameter
Modifies a selected study Study with a single parameter
Parameters
study
A study to change
parameter
A changed parameter for selected study, StudyParameterModel that contains key-value to be updated To set a parameter of StudyParameterType.Parameters type it's StudyParameter.name should be transformed to StudyParameter.name + StudyParameter.StudyParameterNamePostfix
For example, for the color parameter with a original name `line` a generated name should be `lineColor`