Skip to content

Commit b221d70

Browse files
committed
Update docs
1 parent 6d77cde commit b221d70

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,13 @@ The following sets of tools are available (all are on by default):
707707
- `per_page`: Number of results per page (max 100, default: 30) (number, optional)
708708
- `query`: Filter projects by a search query (matches title and description) (string, optional)
709709

710+
- **update_project_item** - Update project item
711+
- `item_id`: The numeric ID of the issue or pull request to add to the project. (number, required)
712+
- `new_field`: Object consisting of the ID of the project field to update and the new value for the field. To clear the field, set this to null. Example: {"id": 123456, "value": "New Value"} (object, required)
713+
- `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)
714+
- `owner_type`: Owner type (string, required)
715+
- `project_number`: The project's number. (number, required)
716+
710717
</details>
711718

712719
<details>

0 commit comments

Comments
 (0)