Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 9893588

Browse files
committed
Add new state filter param for listing milestones
1 parent 4d50a9f commit 9893588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/v3/issues/milestones.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Issue Milestones | GitHub API
1515

1616
Name | Type | Description
1717
-----|------|--------------
18-
`state`|`string` | The state of the milestone. Either `open` or `closed`. Default: `open`
18+
`state`|`string` | The state of the milestone. Either `open`, `closed`, or `all`. Default: `open`
1919
`sort`|`string` | What to sort results by. Either `due_date` or `completeness`. Default: `due_date`
2020
`direction`|`string` | The direction of the sort. Either `asc` or `desc`. Default: `asc`
2121

0 commit comments

Comments
 (0)