Skip to main content
Answered

Miro API copyBoard not available?

  • 21 July 2024
  • 2 replies
  • 37 views

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?

2 replies

Userlevel 4
Badge +1

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. 

Userlevel 3
Badge +5

Thank you @Horea Porutiu that helps!

Reply