We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19733b3 commit 2075b30Copy full SHA for 2075b30
README.md
@@ -42,7 +42,7 @@ column_values = {
42
"text_column_id": "Important task" # Replace with your actual text column ID and value
43
}
44
45
-item = client.create_item(
+item = client.items.create_item(
46
board_id="your_board_id",
47
group_id="your_group_id",
48
item_name="New Item",
0 commit comments