v5

latestSwagger 2.0Trello : Terms of Serviceraw.githubusercontent.com2017-03-21324122501.9 KB
card

addCards()

post/cards

Query parameters

keystring required

<a href="https://trello.com/1/appKey/generate" target="_blank">Generate your application key</a>

tokenstring required

<a href="https://trello.com/docs/gettingstarted/index.html#getting-a-token-from-a-user" target="_blank">Getting a token from a user</a>

Request body

closedstring

true or false

descstring

a string with a length from 0 to 16384

duestring

A date, or null

fileSourcestring

A file

idAttachmentCoverstring

Id of the image attachment of this card to use as its cover, or null for no cover

idBoardstring

id of the board the card should be moved to

idCardSourcestring

The id of the card to copy into a new card.

idLabelsstring

A comma-separated list of objectIds, 24-character hex strings

idListstring

id of the list that the card should be added to

idMembersstring

A comma-separated list of objectIds, 24-character hex strings

keepFromSourcestring

Properties of the card to copy over from the source.

labelsstring

all or a comma-separated list of: blue, green, orange, purple, red or yellow

namestring

The name of the new card. It isn't required if the name is being copied from provided by a URL, file or card that is being copied.

posstring

A position. top , bottom , or a positive number.

subscribedstring

true or false

urlSourcestring

A URL starting with http:// or https:// or null

Response

Success