From 122729a0cce126cdaf3b67f95d9a3e8853502e43 Mon Sep 17 00:00:00 2001 From: Rob Zolkos Date: Mon, 16 Mar 2026 13:33:49 -0400 Subject: [PATCH] Remove completion_subscribers from card API response docs The completion_subscribers attribute is no longer included in the card API response. Update the documentation example to reflect this change. --- sections/card_table_cards.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/sections/card_table_cards.md b/sections/card_table_cards.md index 7bbcded..68af81e 100644 --- a/sections/card_table_cards.md +++ b/sections/card_table_cards.md @@ -104,8 +104,8 @@ Get a card "id": 1069479602, "status": "active", "visible_to_clients": false, - "created_at": "2026-01-17T17:39:00.000Z", - "updated_at": "2026-01-31T08:33:00.671Z", + "created_at": "2026-03-02T00:58:00.000Z", + "updated_at": "2026-03-16T00:21:07.437Z", "title": "New and fancy UI", "inherits_status": true, "type": "Kanban::Card", @@ -139,14 +139,14 @@ Get a card "title": "Chief Strategist", "bio": "Don’t let your dreams be dreams", "location": "Chicago, IL", - "created_at": "2026-01-31T08:29:28.365Z", - "updated_at": "2026-01-31T08:29:32.599Z", + "created_at": "2026-03-16T00:20:45.468Z", + "updated_at": "2026-03-16T00:20:46.016Z", "admin": true, "owner": true, "client": false, "employee": true, "time_zone": "America/Chicago", - "avatar_url": "https://3.basecampapi.com/195539477/people/BAhpBMlkkT4=--5fe7b70fbee7a7f0e2e1e19df7579e5d880c753d/avatar?v=1", + "avatar_url": "https://3.basecampapi.com/195539477/people/BAhpBMlkkT4=--5fe7b70fbee7a7f0e2e1e19df7579e5d880c753d/avatar", "company": { "id": 1033447817, "name": "Honcho Design" @@ -162,7 +162,6 @@ Get a card "content": "Design a new and fancy UI", "due_on": null, "assignees": [], - "completion_subscribers": [], "completion_url": "https://3.basecampapi.com/195539477/buckets/2085958504/todos/1069479602/completion.json", "comment_count": 0, "steps": [ @@ -170,8 +169,8 @@ Get a card "id": 1069479603, "status": "active", "visible_to_clients": false, - "created_at": "2026-01-17T18:31:00.000Z", - "updated_at": "2026-01-17T18:31:00.000Z", + "created_at": "2026-03-02T01:03:00.000Z", + "updated_at": "2026-03-02T01:03:00.000Z", "title": "Find inspiration", "inherits_status": true, "type": "Kanban::Step", @@ -200,14 +199,14 @@ Get a card "title": "Chief Strategist", "bio": "Don’t let your dreams be dreams", "location": "Chicago, IL", - "created_at": "2026-01-31T08:29:28.365Z", - "updated_at": "2026-01-31T08:29:32.599Z", + "created_at": "2026-03-16T00:20:45.468Z", + "updated_at": "2026-03-16T00:20:46.016Z", "admin": true, "owner": true, "client": false, "employee": true, "time_zone": "America/Chicago", - "avatar_url": "https://3.basecampapi.com/195539477/people/BAhpBMlkkT4=--5fe7b70fbee7a7f0e2e1e19df7579e5d880c753d/avatar?v=1", + "avatar_url": "https://3.basecampapi.com/195539477/people/BAhpBMlkkT4=--5fe7b70fbee7a7f0e2e1e19df7579e5d880c753d/avatar", "company": { "id": 1033447817, "name": "Honcho Design" @@ -219,7 +218,7 @@ Get a card "can_access_hill_charts": true }, "completed": false, - "due_on": "2026-02-04", + "due_on": "2026-03-19", "assignees": [ { "id": 1049715931, @@ -230,14 +229,14 @@ Get a card "title": "District Integration Architect", "bio": null, "location": null, - "created_at": "2026-01-31T08:29:41.371Z", - "updated_at": "2026-01-31T08:29:41.371Z", + "created_at": "2026-03-16T00:20:48.669Z", + "updated_at": "2026-03-16T00:20:48.669Z", "admin": false, "owner": false, "client": false, "employee": false, "time_zone": "America/Chicago", - "avatar_url": "https://3.basecampapi.com/195539477/people/BAhpBNtkkT4=--b72a5df90f237e00570273b726a82176287186e4/avatar?v=1", + "avatar_url": "https://3.basecampapi.com/195539477/people/BAhpBNtkkT4=--b72a5df90f237e00570273b726a82176287186e4/avatar", "can_ping": true, "can_manage_projects": true, "can_manage_people": true,