Add Parent Card via API

We’ve added a parent_ids field to the SIMPLE card create endpoint in 3.0.5, which allows you to very simplify specify any parent card IDs you’d like (as an array) when creating a card via /simple.

e.g.

{
  "name": "Aktuelles Datum",
  "markup":"**in der SR-Einheit:**\n\n**heute bearbeitet:**",
  "parent_ids": ["ACTUAL-ID"] 
}

Hope that helps @isaiur!

1 Like