API Create Task with section membership via Wget or Http request

actually… although the above is valid json, this is what wound up working…

{
  "data": {
    "name": "Buy catnip",
    "memberships": [
      {
        "project": "12345"
        },
        "section": "12345"
        }
      }
    ],
    "notes": "Mittens really likes the stuff from Humboldt."
  }
}

Reply

9 MONTHS LATER

Barry_Cox

4m

i think this json is valid