locus2k
14 years agoContributor
Is it possible to create a new message board using rest api?
I am writing a java program that posts information to our message boards. It gets the board id from a configuration file that we load in. Is it possible to create a new message board with the boardId if the boardId doesnt exist? Is there a rest call I can make to do this, or would all the boards I want to create have to be manually created with the desired board id?
Thanks.
Sign in to react to this post