Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In case of JSON, you should submit an array of objects with the same properties.Fields are same as those for the create tasks function but all fields are optional. In addition the following fields are required:
id (Required). Integer. ID of the task to update.

Code Block
[
  {
    "id" : "101311",
    "budget" : "100000"
   }
   {
     "id" : "19198192",
     "plan_start" : "2010-11-02T08:00:00"
     "dependencies" : "123121",
     "formula_key" : "500"
   }
]

 

Return values

Nothing