Skip to main content

Adding Tags to the cards via API

  • May 24, 2021
  • 1 reply
  • 228 views

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?

Was it helpful?

1 reply

Max Harper
Forum|alt.badge.img+6
  • Miro Hero
  • 373 replies
  • May 24, 2021

@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