<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I have a force scheduler with properties=[NestedParameter(name=« nest », fields=[…])] and I’d like to set the values of the properties in ‘nest’ when using the REST API. The base call looks like<div class=""><br class=""></div><div class="">curl -d ‘{« method »: « force », « owner »: « <a href="mailto:me@me.com" class="">me@me.com</a> », « jsonrpc »: « 3.0 », « id »: 42, « params: {« username »: « <a href="mailto:me@me.com" class="">me@me.com</a> »}}’ -X POST <a href="https://host/api/v2/forceschedulers/schedname" class="">https://host/api/v2/forceschedulers/schedname</a></div><div class=""><br class=""></div><div class="">I’ve tried adding various keys in the JSON, to no avail, and Google doesn’t help here.</div><div class=""><br class=""></div><div class="">TIA</div><div class="">Jérôme Laheurte</div><div class=""><br class=""></div></body></html>