Skip to content

Commit 2364bc4

Browse files
committed
Update doc
1 parent f3b31a6 commit 2364bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,9 +983,9 @@ The following sets of tools are available:
983983
- `fields`: Specific list of field IDs to include in the response when getting a project item (e.g. ["102589", "985201", "169875"]). If not provided, only the title field is included. Only used for 'get_project_item' method. (string[], optional)
984984
- `item_id`: The item's ID. Required for 'get_project_item' method. (number, optional)
985985
- `method`: The method to execute (string, required)
986-
- `owner`: The owner (user or organization login). The name is not case sensitive. (string, required)
986+
- `owner`: The owner (user or organization login). The name is not case sensitive. (string, optional)
987987
- `owner_type`: Owner type (user or org). If not provided, will be automatically detected. (string, optional)
988-
- `project_number`: The project's number. (number, required)
988+
- `project_number`: The project's number. (number, optional)
989989
- `status_update_id`: The node ID of the project status update. Required for 'get_project_status_update' method. (string, optional)
990990

991991
- **projects_list** - List GitHub Projects resources

0 commit comments

Comments
 (0)