You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/v3/issues.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ Name | Type | Description
125
125
`body`|`string` | The contents of the issue.
126
126
`assignee`|`string` | Login for the user that this issue should be assigned to.
127
127
`state`|`string` | State of the issue. Either`open` or`closed`.
128
-
`milestone`|`number` | Milestone to associate this issue with._NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise._
128
+
`milestone`|`number` | Milestone to associate this issue with or`null` to remove current._NOTE: Only users with push access can set the milestone for issues. The milestone is silently dropped otherwise._
129
129
`labels`|`array` of`strings` | Labels to associate with this issue. Pass one or more Labels to_replace_ the set of Labels on this Issue. Send an empty array (`[]`) to clear all Labels from the Issue._NOTE: Only users with push access can set labels for issues. Labels are silently dropped otherwise._