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

Commit

Permalink
Sync changes from upstream repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubot committed Jun 29, 2016
1 parent 6eb206e commit 4eb59b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/v3/issues/assignees.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This call adds the users passed in the `assignees` key (as their logins) to the
### Response

<%= headers 201 %>
<%= json(:issue_with_assignees) { |h| [h] } %>
<%= json :issue_with_assignees %>

## Remove assignees from an Issue

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

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

0 comments on commit 4eb59b8

Please sign in to comment.