Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-14 15:08:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-14 15:08:26 +0300
commit6bc327a3491069240bd73cc83e17b3078c4148b0 (patch)
tree82c3548afeb527590247d4c6b862a1023c10e304 /lib/api/helpers
parente0e9501a69a2d34f51b72c5f8ede345de69de22f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api/helpers')
-rw-r--r--lib/api/helpers/integrations_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/helpers/integrations_helpers.rb b/lib/api/helpers/integrations_helpers.rb
index 072431a24ab..701418931f3 100644
--- a/lib/api/helpers/integrations_helpers.rb
+++ b/lib/api/helpers/integrations_helpers.rb
@@ -592,7 +592,7 @@ 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: true,
+ required: false,
name: :jira_auth_type,
type: Integer,
desc: 'The authorization type for Jira'