Skip to main content

How to change card status from api?

  • January 12, 2026
  • 0 replies
  • 14 views

Forum|alt.badge.img+1

How to change card status from api?

 

I tried this request:

PATCH https://api.miro.com/v2/boards/{board_id}/cards/{card_id}
Body: {"data": {"status": "done"}}

it returns error - 'Field [data.status] is not supported'