update_card {trelloR}R Documentation

Update card

Description

Update name, description, assigned members and other fields.

Usage

update_card(card, body = NULL, ...)

Arguments

card

Card id

body

A named list of query parameters.

...

Additional arguments passed to update_resource().


[Package trelloR version 0.8.0 Index]