Commit 35379493 authored by Robert Speicher's avatar Robert Speicher

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

Remove title and description from service helpers

See merge request gitlab-org/gitlab!37102
parents 71aed157 7297fd23
......@@ -234,18 +234,6 @@ module API
name: :project_url,
type: String,
desc: 'Project URL'
},
{
required: false,
name: :description,
type: String,
desc: 'Description'
},
{
required: false,
name: :title,
type: String,
desc: 'Title'
}
],
'buildkite' => [
......@@ -314,18 +302,6 @@ module API
name: :project_url,
type: String,
desc: 'Project URL'
},
{
required: false,
name: :description,
type: String,
desc: 'Description'
},
{
required: false,
name: :title,
type: String,
desc: 'Title'
}
],
'discord' => [
......
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