Skip to content

Commit fc340b4

Browse files
committed
fix: update fields type in update_project_item documentation
1 parent 3b6c192 commit fc340b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ The following sets of tools are available (all are on by default):
568568
- `query`: Filter projects by a search query (matches title and description) (string, optional)
569569

570570
- **update_project_item** - Update project item
571-
- `fields`: A list of field updates to apply. (array, required)
571+
- `fields`: A list of field updates to apply. (object[], required)
572572
- `item_id`: The numeric ID of the project item to update (not the issue or pull request ID). (number, required)
573573
- `owner`: If owner_type == user it is the handle for the GitHub user account. If owner_type == org it is the name of the organization. The name is not case sensitive. (string, required)
574574
- `owner_type`: Owner type (string, required)

0 commit comments

Comments
 (0)