Commit f159780f authored by Ash McKenzie's avatar Ash McKenzie

Merge branch '217587-remove-description-from-service-helpers' into 'master'

Remove description from service helpers

See merge request gitlab-org/gitlab!39834
parents 6697b542 51370d6e
...@@ -631,12 +631,6 @@ module API ...@@ -631,12 +631,6 @@ module API
name: :issues_url, name: :issues_url,
type: String, type: String,
desc: 'The issues URL' desc: 'The issues URL'
},
{
required: false,
name: :description,
type: String,
desc: 'The description of the tracker'
} }
], ],
'youtrack' => [ 'youtrack' => [
...@@ -651,12 +645,6 @@ module API ...@@ -651,12 +645,6 @@ module API
name: :issues_url, name: :issues_url,
type: String, type: String,
desc: 'The issues URL' desc: 'The issues URL'
},
{
required: false,
name: :description,
type: String,
desc: 'The description of the tracker'
} }
], ],
'slack' => [ 'slack' => [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment