From 7c6efc001f90ff07c0d48e81409dc5ecd3739b25 Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Mon, 14 Jan 2019 14:52:05 +0100 Subject: Add documentation --- lib/api/group_labels.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/api') 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' -- cgit v1.2.1