yaml
type: "io.kestra.plugin.trello.cards.Update"
yaml
id: trello_update_card
namespace: company.team

tasks:
  - id: update_card
    type: io.kestra.plugin.trello.cards.Update
    apiKey: "{{ secret('TRELLO_API_KEY') }}"
    apiToken: "{{ secret('TRELLO_API_TOKEN') }}"
    cardId: "5abbe4b7ddc1b351ef961414"
    name: "Updated Card Name"
    desc: "Updated description"
Properties
Defaulthttps://api.trello.com
Default1