Optional
addressOptional
closedWhether the card should be archived (closed: true)
Optional
coordinatesFor use with/by the Map Power-Up. Should be latitude,longitude
Optional
coverUpdates the card's cover
| Option | Values | About |
|--------|--------|-------|
| color | `pink`, `yellow`, `lime`, `blue`, `black`, `orange`, `red`, `purple`, `sky`, `green` | Makes the cover a solid color . |
| brightness | `dark`, `light` | Determines whether the text on the cover should be dark or light.
| url | An unsplash URL: https://images.unsplash.com | Used if making an image the cover. Only Unsplash URLs work.
| idAttachment | ID of an attachment on the card | Used if setting an attached image as the cover. |
| size | `normal`, `full` | Determines whether to show the card name on the cover, or below it. |
`brightness` can be sent alongside any of the other parameters, but all of the other parameters are mutually exclusive; you can not have the cover be a `color` and an `idAttachment` at the same time.
On the brightness options, setting it to light will make the text on the card cover dark:

And vice versa, setting it to dark will make the text on the card cover light:

Optional
value?: { An object containing information regarding the card's cover brightness
can be sent alongside any of the other
parameters, but all of the other parameters are mutually exclusive; you can not have the cover be a color and an
idAttachment
at the same time.
Optional
brightness?: stringDetermines whether the text on the cover should be dark or light. Setting it to light
will make the text on
the card cover dark. And vice versa, setting it to dark will make the text on the card cover light
Optional
color?: stringOne of: pink, yellow, lime, blue, black, orange, red, purple, sky, green
Optional
url?: stringUsed if making an image the cover. Only Unsplash URLs (https://images.unsplash.com/) work.
Optional
descThe new description for the card
Optional
dueWhen the card is due, or null
Optional
dueWhether the due date should be marked complete
The ID of the Card
Optional
idThe ID of the image attachment the card should use as its cover, or null for none
Optional
idThe ID of the board the card should be on
Optional
idComma-separated list of label IDs
Optional
idThe ID of the list the card should be in
Optional
idComma-separated list of member IDs
Optional
locationFor use with/by the Map Power-Up
Optional
nameThe new name for the card
Optional
posThe position of the card in its list. top
, bottom
, or a positive float
Optional
subscribedWhether the member is should be subscribed to the card
Generated using TypeDoc v0.24.8
For use with/by the Map Power-Up