summaryrefslogtreecommitdiff
path: root/lib/api/group_labels.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/group_labels.rb')
-rw-r--r--lib/api/group_labels.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/group_labels.rb b/lib/api/group_labels.rb
index e578293b2ef..0dbc5f45a68 100644
--- a/lib/api/group_labels.rb
+++ b/lib/api/group_labels.rb
@@ -38,7 +38,7 @@ module API
success Entities::GroupLabel
end
params do
- requires :name, type: String, desc: 'The name of the label to be updated'
+ requires :name, type: String, desc: 'The name of the label to be updated'
optional :new_name, type: String, desc: 'The new name of the label'
optional :color, type: String, desc: "The new color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the allowed CSS color names"
optional :description, type: String, desc: 'The new description of label'