'Is it possible to update Jenkins parametrized scheduler configuration using API?

I want to keep Jenkins parametrized scheduler configuration in a file in git. It would be very convenient if there is a way to update a job parametrized scheduler configuration via a custom script which reads the config file from repo and post it to the job.

Is there such functionality in Jenkins API?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source