Archive Card
id – required card identifier to archive. No request body needed.
Response:
Both “already archived” and “just archived” return a 200 success.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Archive a card by ID
PUT /api/card/{id} HTTP/1.1
Content-Type: application/json
id – required card identifier to archive. No request body needed.
Response:
{
"status": 200,
"data": {
"id": "string",
"title": "string",
"status": { "id": "string", "name": "string" }
},
"error": null,
"message": null
}
Both “already archived” and “just archived” return a 200 success.
Was this page helpful?