Unarchive a board
POST /io/board/:boardId/unarchive
Restore a board from the board archive.
Requires the Account Administrator account role.
Example Request
curl -X POST \ https://myaccount.leankit.com/io/board/10113986616/unarchive \ -H 'Authorization: Basic base64encodedauthhere='
Example Response
204 No Content