diff options
author | Toon Claes <toon@gitlab.com> | 2017-02-17 14:50:02 +0100 |
---|---|---|
committer | Toon Claes <toon@gitlab.com> | 2017-03-02 12:15:25 +0100 |
commit | 260cc57838b9f7fa805fda339a5083b63209ba41 (patch) | |
tree | cb32ab78babaea1baeae9d84d1bd44dcfabce14f /lib/api/api.rb | |
parent | 209856166e822aff46a7f9a5000896720e273265 (diff) | |
download | gitlab-ce-260cc57838b9f7fa805fda339a5083b63209ba41.tar.gz |
Expose ApplicationSetting visibility settings as String
Use strings for the ApplicationSetting properties:
- restricted_visibility_levels
- default_project_visibility
- default_snippet_visibility
- default_group_visibility
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index 69d981c58b5..02f7bc2fbbf 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -26,6 +26,7 @@ module API mount ::API::V3::Repositories mount ::API::V3::Runners mount ::API::V3::Services + mount ::API::V3::Settings mount ::API::V3::Snippets mount ::API::V3::Subscriptions mount ::API::V3::SystemHooks |