InputArguments in StartJobs API

Hello!
Currently, there seems to be a problem with the capitalization of fields in Automation Cloud Orchestrator’s Swagger page.
Try to use uppercase for the first character of the subfields (all of them, except startInfo):

{
  "startInfo": {
    "ReleaseKey": "abc",
    "Strategy": "Specific",
    "RobotIds": [
      103012
    ],
    "JobPriority": "Normal",
    "RuntimeType": "NonProduction",
    "InputArguments": "{\"in_chamadoID\":\"8000238928\"}"
  }
}
1 Like