Update jobAsk AIput https://icc-dev.aylanetworks.com/icc/v1/jobs/{jobId}This API updates a job. NOTE: A job cannot be updated once started.Path ParamsjobIdstringrequiredUnique job identifier.Body ParamsnamestringJob name.type_idint32requiredJob type identifier number. Any one of the following: 1: Set properties 4: OTA 5: File transferfilter_idint32requiredUnique filter identifier number.exec_methodstringrequiredExecution method: "ONE_TIME" or "CONTINUOUS".delivery_optionstringThis can be SYSTEM_PUSH or USER_CONSENT.descriptionstringShort description about the job update.job_metadataobjectList of data objects.job_metadata objectretriesstringDefaults to 0Number of retry if one of the action of the device is failure. How many times should retry the action.action_payloadjsonAn object that is used for job action, the payload depends on different type of actionResponses 200200 401401 403403 422422Updated 10 months ago