You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1141,7 +1141,8 @@ The following sets of tools are available:
1141
1141
-`title`: The project title. Required for 'create_project' method. (string, optional)
1142
1142
-`updated_field`: The field/value to apply, using {"id": 123, "value": ...} or {"name": "Status", "value": ...}; null clears the field. Required for 'update_project_item' and 'update_project_items', where one top-level field/value applies to every item in a batch. For 'update_project_item' SINGLE_SELECT fields, the name form accepts option names; the ID form expects an option ID. (object, optional)
1143
1143
-`view_id`: Project view node ID for update or delete; must belong to owner/project_number. (string, optional)
1144
-
-`visible_fields`: Field database IDs for table or board creation; unsupported for roadmap. (string[], optional)
1144
+
-`visible_field_names`: Field names for table or board creation; mutually exclusive with visible_fields. (string[], optional)
1145
+
-`visible_fields`: Field database IDs for table or board creation; mutually exclusive with visible_field_names. (string[], optional)
0 commit comments