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 ...@@ -234,18 +234,6 @@ module API
name: :project_url, name: :project_url,
type: String, type: String,
desc: 'Project URL' desc: 'Project URL'
},
{
required: false,
name: :description,
type: String,
desc: 'Description'
},
{
required: false,
name: :title,
type: String,
desc: 'Title'
} }
], ],
'buildkite' => [ 'buildkite' => [
...@@ -314,18 +302,6 @@ module API ...@@ -314,18 +302,6 @@ module API
name: :project_url, name: :project_url,
type: String, type: String,
desc: 'Project URL' desc: 'Project URL'
},
{
required: false,
name: :description,
type: String,
desc: 'Description'
},
{
required: false,
name: :title,
type: String,
desc: 'Title'
} }
], ],
'discord' => [ '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