10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5805f commit 3a8c480Copy full SHA for 3a8c480
gitlab/v4/objects.py
@@ -2251,7 +2251,7 @@ class ProjectManager(CRUDMixin, RESTManager):
2251
'shared_runners_enabled', 'visibility', 'import_url', 'public_jobs',
2252
'only_allow_merge_if_build_succeeds',
2253
'only_allow_merge_if_all_discussions_are_resolved', 'lfs_enabled',
2254
- 'request_access_enabled')
+ 'request_access_enabled', 'printing_merge_request_link_enabled')
2255
)
2256
_update_attrs = (
2257
tuple(),
@@ -2261,7 +2261,7 @@ class ProjectManager(CRUDMixin, RESTManager):
2261
2262
2263
2264
2265
2266
_list_filters = ('search', 'owned', 'starred', 'archived', 'visibility',
2267
'order_by', 'sort', 'simple', 'membership', 'statistics',
0 commit comments