GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/176
[HELIX-691] Allow users to update InstanceConfig In helix-rest, we provide a method in InstanceAccessor, updateInstanceConfig, that updates the instance's config through a POST call. You can merge this pull request into a Git repository by running: $ git pull https://github.com/narendly/helix instConfig2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/helix/pull/176.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #176 ---- commit 72d52484716bf2f90323f141a478893fdd0843f1 Author: narendly <narendly@...> Date: 2018-04-09T19:04:26Z [HELIX-691] Allow users to update InstanceConfig In helix-rest, we provide a method in InstanceAccessor, updateInstanceConfig, that updates the instance's config through a POST call. ---- ---