add_card_attachment: Add card attachment

View source: R/create_wrappers.R

add_card_attachmentR Documentation

Add card attachment

Description

Add attachment to a card.

Usage

add_card_attachment(
  card,
  file = NULL,
  url = NULL,
  cover = FALSE,
  name = NULL,
  ...
)

Arguments

card

Card id.

file, url

Path to a file to be attached, or a URL.

cover

Whether the attached file should be set as cover.

name

Name of the attachment, shown inside the card.

...

Additional arguments passed to create_resource().

See Also

Other functions to create resources: add_board(), add_card(), add_checkitem(), add_checklist(), add_comment(), add_label(), add_list(), add_member(), create_resource()


trelloR documentation built on Aug. 28, 2023, 1:07 a.m.