Skip to content

Commit 18c804c

Browse files
committed
There's no default for the assignee parameter
1 parent 2223953 commit 18c804c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v3/issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Name | Type | Description
5252
-----|------|--------------
5353
`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`
55-
`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: `*`
55+
`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.
5656
`creator`|`string`| The user that created the issue.
5757
`mentioned`|`string`| A user that's mentioned in the issue.
5858
`labels`|`string`| A list of comma separated label names. Example: `bug,ui,@high`

0 commit comments

Comments
 (0)