Archive a card
Update a card’s attributes or archive/unarchive it.
Archiving:
- If
archived=true, the card is archived and other changes are ignored. - If
archived=false, an archived card is unarchived and other changes are ignored.
Attribute Updates:
- Update fields like
title,priority,due_date,owner_id,estimatewithout affecting unspecified fields.
Fields not mentioned remain unchanged.
Documentation Index
Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Card ID is a numerical string that identifies a card.
Body
Card fields that need to be updated. All omitted fields are left unmodified.
"My Card"
"2"
"114"
"1"
sprint id
"8"
unix timestamp in seconds
1608742037016
unix timestamp in seconds
1608742037016
a position where the card should be placed in the list
5
0 <= x <= 41
effort estimation enum for the card. 0 is unset, 1 is least, 5 is greatest. will map to different values depending on project settings.
0 <= x <= 53
Original time estimate for the card in seconds. Pass 0 to clear.
Remaining time estimate in seconds. Manual adjustment overrides the auto-decremented value.
make this card archived/unarchived
true
Response
Updated card response