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

Commit 6a692ce

Browse files
authored
Merge pull request #1066 from pdalpra/update-issue-labels-not-required
No field is required when updating an issue label
2 parents 218b121 + 5963e53 commit 6a692ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/v3/issues/labels.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Name | Type | Description
5151

5252
Name | Type | Description
5353
-----|------|--------------
54-
`name`|`string` | **Required**. The name of the label.
55-
`color`|`string` |**Required**. A 6 character hex code, without the leading `#`, identifying the color.
54+
`name`|`string` | The name of the label.
55+
`color`|`string` | A 6 character hex code, without the leading `#`, identifying the color.
5656

5757

5858
<%= json :name => "bug", :color => "f29513" %>

0 commit comments

Comments
 (0)