We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d50a9f commit 9893588Copy full SHA for 9893588
1 file changed
content/v3/issues/milestones.md
@@ -15,7 +15,7 @@ title: Issue Milestones | GitHub API
15
16
Name | Type | Description
17
-----|------|--------------
18
-`state`|`string` | The state of the milestone. Either `open` or `closed`. Default: `open`
+`state`|`string` | The state of the milestone. Either `open`, `closed`, or `all`. Default: `open`
19
`sort`|`string` | What to sort results by. Either `due_date` or `completeness`. Default: `due_date`
20
`direction`|`string` | The direction of the sort. Either `asc` or `desc`. Default: `asc`
21
0 commit comments