I've been reading through the Trello API docs and can't find an action to close a board. Does a close board in endpoint exist?
A board being open/closed is just another property on the board model, so you can just do a PUT with `?closed=true`.
More docs here: https://developers.trello.com/reference/#idnext
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome, thanks Dan!
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.