Skip to content

Commit 735d8fe

Browse files
committed
There's no default for the milestone parameter
1 parent 1776e8c commit 735d8fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/v3/issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Name | Type | Description
5050

5151
Name | Type | Description
5252
-----|------|--------------
53-
`milestone`|`integer` or `string`| If an `integer` is passed, it should refer to a milestone number. If the string `*` is passed, issues with any milestone are accepted. If the string `none` is passed, issues without milestones are returned. Default: `*`
53+
`milestone`|`integer` or `string`| If an `integer` is passed, it should refer to a milestone number. If the string `*` is passed, issues with any milestone are accepted. If the string `none` is passed, issues without milestones are returned.
5454
`state`|`string`| Indicates the state of the issues to return. Can be either `open`, `closed`, or `all`. Default: `open`
5555
`assignee`|`string`| Can be the name of a user. Pass in `none` for issues with no assigned user, and `*` for issues assigned to any user. Default: `*`
5656
`creator`|`string`| The user that created the issue.

0 commit comments

Comments
 (0)