Mark Board as viewed
documentedMark the board as viewed.
POST /boards/{id}/markedAsViewedBoardsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.trello.com/1/boards/{{$board_id}}/markedAsViewed?key={{TRELLO_API_KEY}}&token={{TRELLO_TOKEN}}" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json"