Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitadbcd83

Browse files
author
Conor Nevin
committed
feat: add support for include_subgroups filter
1 parentf39c68f commitadbcd83

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎docs/gl_objects/groups.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ You can filter and sort the result using the following parameters:
5050
``created_at``, ``updated_at`` and ``last_activity_at``
5151
* ``sort``: sort order: ``asc`` or ``desc``
5252
* ``ci_enabled_first``: return CI enabled groups first
53+
* ``include_subgroups``: include projects in subgroups
5354

5455
Create a group::
5556

‎gitlab/v4/objects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,6 +1097,7 @@ class GroupProjectManager(ListMixin, RESTManager):
10971097
"owned",
10981098
"starred",
10991099
"with_custom_attributes",
1100+
"include_subgroups",
11001101
)
11011102

11021103

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp