We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb206e commit 4eb59b8Copy full SHA for 4eb59b8
content/v3/issues/assignees.md
@@ -64,7 +64,7 @@ This call adds the users passed in the `assignees` key (as their logins) to the
64
### Response
65
66
<%= headers 201 %>
67
-<%= json(:issue_with_assignees) { |h| [h] } %>
+<%= json :issue_with_assignees %>
68
69
## Remove assignees from an Issue
70
@@ -93,4 +93,4 @@ This call removes the users passed in the `assignees` key (as their logins) from
93
94
95
<%= headers 200 %>
96
0 commit comments