Skip to content

Commit 003445e

Browse files
committed
Update as asked in PR
github#753
1 parent ef6595f commit 003445e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/v3/issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Name | Type | Description
9393
`title`|`string` | **Required**. The title of the issue.
9494
`body`|`string` | The contents of the issue.
9595
`assignee`|`string` | Login for the user that this issue should be assigned to. _NOTE: Only users with push access can set the assignee for new issues. The assignee is silently dropped otherwise._
96-
`milestone`|`number` | Milestone to associate this issue with or ```null``` to remove current. _NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise._
96+
`milestone`|`number` | Milestone to associate this issue with. _NOTE: Only users with push access can set the milestone for new issues. The milestone is silently dropped otherwise._
9797
`labels`|`array` of `strings` | Labels to associate with this issue. _NOTE: Only users with push access can set labels for new issues. Labels are silently dropped otherwise._
9898

9999
#### Example
@@ -125,7 +125,7 @@ Name | Type | Description
125125
`body`|`string` | The contents of the issue.
126126
`assignee`|`string` | Login for the user that this issue should be assigned to.
127127
`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._
129129
`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._
130130

131131

0 commit comments

Comments
 (0)