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
name: :issues_url,
type: String,
desc: 'The issues URL'
},
{
required: false,
name: :description,
type: String,
desc: 'The description of the tracker'
}
],
'youtrack' => [
......@@ -651,12 +645,6 @@ module API
name: :issues_url,
type: String,
desc: 'The issues URL'
},
{
required: false,
name: :description,
type: String,
desc: 'The description of the tracker'
}
],
'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