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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -820,7 +820,7 @@ Options are:
820
820
-`project_number`: The project's number. (number, required)
821
821
822
822
-**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)
824
824
-`item_id`: The item's ID. (number, required)
825
825
-`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)
826
826
-`owner_type`: Owner type (string, required)
@@ -833,7 +833,7 @@ Options are:
833
833
-`project_number`: The project's number. (number, required)
834
834
835
835
-**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)
837
837
-`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)
838
838
-`owner_type`: Owner type (string, required)
839
839
-`per_page`: Number of results per page (max 100, default: 30) (number, optional)
@@ -851,7 +851,7 @@ Options are:
851
851
-`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)
852
852
-`owner_type`: Owner type (string, required)
853
853
-`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)
0 commit comments