Hi, so I am using the PUT https://platform.uipath.com/odata/Robots(1) request
and json body:
{
“LicenseKey”: “xxx”,
“MachineName”: “xxx”,
“Name”: “xxx”,
“Type”: “Unattended”,
“Id”: 1,
“Username”: “xxx”,
}
to change the settings of a robot and it works BUT how do I also change these values in ‘Settings’ on Orchestrator through API:
Resolution Width “preferredWidth”?
Resolution Height “preferredHeight”?
and Resolution Depth “preferredDepth”?
does it have anything to do with ‘ExecutionSettings’?
Thanks so much for any advice!