You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For each card in cards the comments are automatically populated and there doesn't seem to be a way to stop this. I'm trying to reduce the size of the payload as much as possible.
Is it possible to stop the comments coming through automatically?
The text was updated successfully, but these errors were encountered:
I have an issue when running the following code:
board = client.get_board(board_id)
cards = board.get_cards(card_filter="open")
For each card in
cards
the comments are automatically populated and there doesn't seem to be a way to stop this. I'm trying to reduce the size of the payload as much as possible.Is it possible to stop the comments coming through automatically?
The text was updated successfully, but these errors were encountered: