diff options
author | Phil Hughes <me@iamphill.com> | 2017-10-27 21:56:03 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-10-27 21:56:03 +0100 |
commit | 496c750e3f387624fd51a37954efe87ef6b465bd (patch) | |
tree | b94bd0e1b1e0e7ae179cd2cdb91aa194d7276eb2 /lib/api/services.rb | |
parent | 90b06afdeaa13fe14218a53c8afbc4802af53a27 (diff) | |
parent | dfd6c3f824ada5558546b809fd32468325788b94 (diff) | |
download | gitlab-ce-ph-multi-file-upload-file.tar.gz |
Merge branch 'master' into ph-multi-file-upload-fileph-multi-file-upload-file
Diffstat (limited to 'lib/api/services.rb')
-rw-r--r-- | lib/api/services.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/api/services.rb b/lib/api/services.rb index 2cbd0517dc3..1e4f7c29633 100644 --- a/lib/api/services.rb +++ b/lib/api/services.rb @@ -313,13 +313,13 @@ module API desc: 'The base URL to the JIRA instance API. Web URL value will be used if not set. E.g., https://jira-api.example.com' }, { - required: false, + required: true, name: :username, type: String, desc: 'The username of the user created to be used with GitLab/JIRA' }, { - required: false, + required: true, name: :password, type: String, desc: 'The password of the user created to be used with GitLab/JIRA' |