...
Result: This will update the configuration setting as per request.
Note: Settings module Module name and property name can be known either by getting all settings of by getting settings of individual moduleto put in request json is available here.
Below are the attributes which need to be sent in the request body:
Parameter | Details |
---|---|
module | Name of the module of which property going to be update. |
name | Name of the property which user wants to update |
value | New value of the setting. |
Below is an example of get all settings.
URL | http[s]:<host>:<port>/openspecimen/rest/ng/config-settings |
Method | PUT |
Request | application/json |
Json | { |
Response | { |