Skip to content

Commit d026d01

Browse files
committed
update snapshots
1 parent bd91676 commit d026d01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkg/github/__toolsnaps__/get_project_item.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"inputSchema": {
88
"properties": {
99
"fields": {
10-
"description": "Specific list of field IDs to include in the response (e.g. [\"102589\", \"985201\", \"169875\"]). If not provided, only the title field is included.",
10+
"description": "Specific list of field IDs to include in the response (e.g. [102589, 985201, 169875]). If not provided, only the title field is included.",
1111
"items": {
1212
"type": "string"
1313
},

pkg/github/__toolsnaps__/list_project_items.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"inputSchema": {
88
"properties": {
99
"fields": {
10-
"description": "Specific list of field IDs to include in the response (e.g. [\"102589\", \"985201\", \"169875\"]). If not provided, only the title field is included.",
10+
"description": "Specific list of field IDs to include in the response (e.g. [102589, 985201, 169875]). If not provided, only the title field is included.",
1111
"items": {
1212
"type": "string"
1313
},

pkg/github/__toolsnaps__/update_project_item.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"type": "number"
2828
},
2929
"updated_field": {
30-
"description": "Object consisting of the ID of the project field to update and the new value for the field. To clear the field, set \"value\" to null. Example: {\"id\": 123456, \"value\": \"New Value\"}",
30+
"description": "Object consisting of the ID of the project field to update and the new value for the field. To clear the field, set value to null. Example: {id: 123456, value: New Value}",
3131
"properties": {},
3232
"type": "object"
3333
}

0 commit comments

Comments
 (0)