Skip to main content

Hi Miro Team,

I was looking to create an app that will allow to create cards automatically from a CSV file. And looking at the API docs I saw that card got only these fields: title, desc, date, assignee. Can Tag field be added to a cardusing the API?

@Polina 

I don’t believe support for read/write tags has been added to the REST API.

 

You can do what you’re desiring with Tags using the SDK... 

Here’s the specification of tags in the sdk typescript file: 

https://github.com/miroapp/app-examples/blob/a801cb7852a3b982cde6fb943cfceeda3df6606b/miro.d.ts#L1302


Reply