Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a7b8941f
Commit
a7b8941f
authored
Mar 01, 2022
by
Robert May
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update API doc to show correct return type
Changelog: other EE: true
parent
57f989e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ee/lib/api/merge_request_approval_settings.rb
ee/lib/api/merge_request_approval_settings.rb
+1
-1
No files found.
ee/lib/api/merge_request_approval_settings.rb
View file @
a7b8941f
...
...
@@ -35,7 +35,7 @@ module API
end
segment
':id/merge_request_approval_setting'
do
desc
'Get project-level MR approval settings'
do
success
EE
::
API
::
Entities
::
MergeRequestApprovalSettings
success
::
API
::
Entities
::
MergeRequestApprovalSetting
end
get
'/'
,
urgency: :medium
do
group
=
user_project
.
group
.
present?
?
user_project
.
root_ancestor
:
nil
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment