From 3cb5e29552c0b47c73d04f8e4bce475e02ef2672 Mon Sep 17 00:00:00 2001 From: Rob Zolkos Date: Tue, 3 Mar 2026 04:30:31 -0500 Subject: [PATCH] Document has_attachments in API card responses (#2523) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to #2455 — add the has_attachments field to the card JSON examples for the cards index, cards show, and pins index endpoints. --- docs/API.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/API.md b/docs/API.md index 47965372c..7ac8dae02 100644 --- a/docs/API.md +++ b/docs/API.md @@ -539,6 +539,7 @@ __Response:__ "description": "Hello, World!", "description_html": "

Hello, World!

", "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": "

Hello, World!

", "image_url": null, + "has_attachments": false, "tags": ["programming"], "closed": false, "golden": false, @@ -857,6 +859,7 @@ __Response:__ "description": "Hello, World!", "description_html": "

Hello, World!

", "image_url": null, + "has_attachments": false, "tags": ["programming"], "golden": false, "last_active_at": "2025-12-05T19:38:48.553Z",