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

Commit 4eb59b8

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 6eb206e commit 4eb59b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/v3/issues/assignees.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This call adds the users passed in the `assignees` key (as their logins) to the
6464
### Response
6565

6666
<%= headers 201 %>
67-
<%= json(:issue_with_assignees) { |h| [h] } %>
67+
<%= json :issue_with_assignees %>
6868

6969
## Remove assignees from an Issue
7070

@@ -93,4 +93,4 @@ This call removes the users passed in the `assignees` key (as their logins) from
9393
### Response
9494

9595
<%= headers 200 %>
96-
<%= json(:issue_with_assignees) { |h| [h] } %>
96+
<%= json :issue_with_assignees %>

0 commit comments

Comments
 (0)