Skip to main content
Answered

Miro API copyBoard not available?


Clyde D'Souza
Forum|alt.badge.img+6

Hi!

I was trying to follow this API docs https://developers.miro.com/reference/copy-board and was hoping to use the copyBoard() in my React app but it doesn’t seem to exists in the latest npm package. 

I’ve installed "@mirohq/websdk-types": "^2.15.1", and I’m including  <script src="https://miro.com/app/static/sdk/v2/miro.js"></script> in the index.html file. 

 

 

 

Am I missing something?

Best answer by Horea Porutiu

Hi @Clyde D'Souza 

The link you’ve shared there is for the REST API reference. With the WebSDK, we don’t have any functions or methods to copy a board. 

You can find all the possible methods for the board here.

You can a high level overview of what the Miro Web SDK can do here.

Hope it helps. 

View original
Was it helpful?

2 replies

Horea Porutiu
Mironeer
Forum|alt.badge.img+1
  • Mironeer
  • 180 replies
  • Answer
  • July 22, 2024

Hi @Clyde D'Souza 

The link you’ve shared there is for the REST API reference. With the WebSDK, we don’t have any functions or methods to copy a board. 

You can find all the possible methods for the board here.

You can a high level overview of what the Miro Web SDK can do here.

Hope it helps. 


Clyde D'Souza
Forum|alt.badge.img+6
  • Author
  • Group Leader
  • 24 replies
  • July 22, 2024

Thank you @Horea Porutiu that helps!


Reply