Skip to content

Commit 071e8c6

Browse files
committed
update docs
1 parent a14c432 commit 071e8c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ Options are:
820820
- `project_number`: The project's number. (number, required)
821821

822822
- **get_project_item** - Get project item
823-
- `fields`: Specific list of field IDs to include in the response (e.g. [102589, 985201, 169875]). If not provided, only the title field is included. (string[], optional)
823+
- `fields`: Specific list of field IDs to include in the response (e.g. ["102589", "985201", "169875"]). If not provided, only the title field is included. (string[], optional)
824824
- `item_id`: The item's ID. (number, required)
825825
- `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)
826826
- `owner_type`: Owner type (string, required)
@@ -833,7 +833,7 @@ Options are:
833833
- `project_number`: The project's number. (number, required)
834834

835835
- **list_project_items** - List project items
836-
- `fields`: Specific list of field IDs to include in the response (e.g. [102589, 985201, 169875]). If not provided, only the title field is included. (string[], optional)
836+
- `fields`: Specific list of field IDs to include in the response (e.g. ["102589", "985201", "169875"]). If not provided, only the title field is included. (string[], optional)
837837
- `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)
838838
- `owner_type`: Owner type (string, required)
839839
- `per_page`: Number of results per page (max 100, default: 30) (number, optional)
@@ -851,7 +851,7 @@ Options are:
851851
- `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)
852852
- `owner_type`: Owner type (string, required)
853853
- `project_number`: The project's number. (number, required)
854-
- `updated_field`: 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} (object, required)
854+
- `updated_field`: 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"} (object, required)
855855

856856
</details>
857857

0 commit comments

Comments
 (0)