Modify APD Task

Note: Not Applicable for Cloud version

  • Functionality
  • Modify APD Task
  • HTTP Method
  • POST
  • API URI
  • api/1.3/patch/modifyAPDTask

Request Data

   { "taskname":"windows create task",//This is a Mandatory Field "settings": {   "key":"value" } }  for example, { "taskname":"windows create task",//This is a Mandatory Field "settings": {   "templateName":"Deploy any time at the earliest", "target_type":"REMOTE_OFFICE",//This is a Mandatory Field and the target type can be (REMOTE_OFFICE,CUSTOM_GROUP,DOMAIN) "target_list":"Local Office"//This is a Mandatory Field } }