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
"description": "Delete a specific Project item for a user or org",
7
+
"inputSchema": {
8
+
"properties": {
9
+
"item_id": {
10
+
"description": "The internal project item ID to delete from the project (not the issue or pull request ID).",
11
+
"type": "number"
12
+
},
13
+
"owner": {
14
+
"description": "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.",
"description": "Update a specific Project item for a user or org",
7
+
"inputSchema": {
8
+
"properties": {
9
+
"fields": {
10
+
"description": "A list of field updates to apply.",
11
+
"type": "array"
12
+
},
13
+
"item_id": {
14
+
"description": "The numeric ID of the project item to update (not the issue or pull request ID).",
15
+
"type": "number"
16
+
},
17
+
"owner": {
18
+
"description": "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.",
0 commit comments