Add card to a list.
Usage
add_card(list, body = list(name = "New card"), ...)
Arguments
- list
List id.
- body
A named list of query parameters.
- ...
Additional arguments passed to
create_resource()
.
See also
Other functions to create resources:
add_board()
,
add_card_attachment()
,
add_checkitem()
,
add_checklist()
,
add_comment()
,
add_label()
,
add_list()
,
add_member()
,
create_resource()