diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-03-09 16:29:53 +0100 |
---|---|---|
committer | John Doe <axil@gitlab.com> | 2017-12-22 07:52:30 +0100 |
commit | caee109a140748a1fd64cea44e7ac6f75b94811b (patch) | |
tree | 67a3e4f2691d31f5c92e341471e685cd8bfb8d7d | |
parent | 18b4d0f7d8e963c75760006067b5ecde8291ba36 (diff) | |
download | gitlab-ce-caee109a140748a1fd64cea44e7ac6f75b94811b.tar.gz |
Add title and description for swagger API
-rw-r--r-- | lib/api/api.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index 5ee9398c652..f849925ea1a 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -177,6 +177,10 @@ module API passAs: 'query', keyname: 'private_token', }, + }, + info: { + title: 'GitLab Community Edition API documentation', + description: 'Automate GitLab via a simple and powerful API.' } ) |