From caa107fe568a76a9f4faebec4d0efc9de2fad536 Mon Sep 17 00:00:00 2001 From: Emmanuel Deossa Date: Mon, 2 Oct 2023 23:51:15 +0000 Subject: [PATCH] Fix move card URL in cURL example --- sections/card_table_cards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/card_table_cards.md b/sections/card_table_cards.md index 366e490..97214b8 100644 --- a/sections/card_table_cards.md +++ b/sections/card_table_cards.md @@ -334,7 +334,7 @@ This endpoint will return `204 No content` if the update was a success. ``` shell curl -s -H "Authorization: Bearer $ACCESS_TOKEN" -H "Content-Type: application/json" \ -d '{"column_id": 3}' \ - https://3.basecampapi.com/$ACCOUNT_ID/buckets/1/card_tables/2/moves.json + https://3.basecampapi.com/$ACCOUNT_ID/buckets/1/card_tables/cards/2/moves.json ``` [pagination]: https://github.com/basecamp/bc3-api/blob/master/README.md#pagination