Skip to content

Commit e33bdde

Browse files
committed
Fix the "removing label from an issue" response
It's supposed to be a 204, not a 200 with the list of label names returned. (Confirmed by Wynn)
1 parent 2e79492 commit e33bdde

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

content/v3/issues/labels.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ color
101101

102102
### Response
103103

104-
<%= headers 200 %>
105-
<%= json(:label) { |h| [h] } %>
104+
<%= headers 204 %>
106105

107106
## Replace all labels for an issue
108107

0 commit comments

Comments
 (0)