Sign in

Create a Tag for a Board

documented

Create a tag for a board.

POST /boards/{id}/idTagsBoardsno implementation yet0 runs
No 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}}/idTags?key={{TRELLO_API_KEY}}&token={{OAUTH2_ACCESS_TOKEN}}" -X POST -H "Content-Type: application/json" -H "Accept: application/json" -d '{"value": "{{$tag_id}}"}'