Commit 7297fd23 authored by Arturo Herrero's avatar Arturo Herrero

Remove title and description from service helpers

This is a leftover from ignoring title and description from services
0000e049.
parent 9eacfeb0
......@@ -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