Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
Update Setting
URL: http[s]:<host>:<port>/openspecimen/rest/ng/config-settings
Result: This will update the configuration setting as per request.
Note: Module name and property name to 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 | { |
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com