Skip to content

Commit b67cb17

Browse files
committed
Corrects parameters for updating milestones
1 parent d2e774c commit b67cb17

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

content/v3/issues/milestones.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ title: Issue Milestones | GitHub API
88

99
GET /repos/:user/:repo/milestones
1010

11+
### Parameters
12+
1113
state
1214
: `open`, `closed`, default: `open`
1315

@@ -69,8 +71,11 @@ due\_on
6971

7072
### Input
7173

74+
number
75+
: _Required_ **integer**
76+
7277
title
73-
: _Required_ **string**
78+
: _Optional_ **string**
7479

7580
state
7681
: _Optional_ **string** - `open` or `closed`. Default is `open`.

0 commit comments

Comments
 (0)