OptionaladdressOptionalclosedWhether the card should be archived (closed: true)
OptionalcoordinatesFor use with/by the Map Power-Up. Should be latitude,longitude
OptionalcoverUpdates 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:

Optionalvalue?: { brightness?: string; color?: string; url?: string }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.
Optionalbrightness?: 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
Optionalcolor?: stringOne of: pink, yellow, lime, blue, black, orange, red, purple, sky, green
Optionalurl?: stringUsed if making an image the cover. Only Unsplash URLs (https://images.unsplash.com/) work.
OptionaldescThe new description for the card
OptionaldueWhen the card is due, or null
OptionaldueWhether the due date should be marked complete
The ID of the Card
OptionalidThe ID of the image attachment the card should use as its cover, or null for none
OptionalidThe ID of the board the card should be on
OptionalidComma-separated list of label IDs
OptionalidThe ID of the list the card should be in
OptionalidComma-separated list of member IDs
OptionallocationFor use with/by the Map Power-Up
OptionalnameThe new name for the card
OptionalposThe position of the card in its list. top, bottom, or a positive float
OptionalsubscribedWhether the member is should be subscribed to the card
For use with/by the Map Power-Up