Document has_attachments in API card responses (#2523)

Follow-up to #2455 — add the has_attachments field to the card JSON
examples for the cards index, cards show, and pins index endpoints.
This commit is contained in:
Rob Zolkos
2026-03-03 04:30:31 -05:00
committed by GitHub
parent 9cd1167f85
commit 3cb5e29552
+3
View File
@@ -539,6 +539,7 @@ __Response:__
"description": "Hello, World!",
"description_html": "<div class=\"action-text-content\"><p>Hello, World!</p></div>",
"image_url": null,
"has_attachments": false,
"tags": ["programming"],
"golden": false,
"last_active_at": "2025-12-05T19:38:48.553Z",
@@ -590,6 +591,7 @@ __Response:__
"description": "Hello, World!",
"description_html": "<div class=\"action-text-content\"><p>Hello, World!</p></div>",
"image_url": null,
"has_attachments": false,
"tags": ["programming"],
"closed": false,
"golden": false,
@@ -857,6 +859,7 @@ __Response:__
"description": "Hello, World!",
"description_html": "<div class=\"action-text-content\"><p>Hello, World!</p></div>",
"image_url": null,
"has_attachments": false,
"tags": ["programming"],
"golden": false,
"last_active_at": "2025-12-05T19:38:48.553Z",