Forum Discussion
KaelaC
14 years agoLithium Alumni (Retired)
You should be able to add a board to the community through rest. The call is "/categories/id/[category id]/boards/add". You should see this call documented in the Category section of the REST API doc.
- Query Arguments:
- board.id (required) : string - Unique identifier of the board to be created.
- board.title (required) : string - Title of the board to be created.
Sign in to react to this post
farrcycle
10 years agoExpert
And then set attributes? eg we would like the new board to default to hidden from menus
Sign in to react to this post