8000 feat(api): add support for project tag list filters · python-gitlab/python-gitlab@378a836 · GitHub
[go: up one dir, main page]

Skip to content

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

8000
Appearance settings

Commit 378a836

Browse files
Novi SandlinJohnVillalovos
authored andcommitted
feat(api): add support for project tag list filters
1 parent bfd31a8 commit 378a836

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/v4/objects/tags.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class ProjectTagManager(NoUpdateMixin[ProjectTag]):
1919
_path = "/projects/{project_id}/repository/tags"
2020
_obj_cls = ProjectTag
2121
_from_parent_attrs = {"project_id": "id"}
22+
_list_filters = ("order_by", "sort", "search")
2223
_create_attrs = RequiredOptional(
2324
required=("tag_name", "ref"), optional=("message",)
2425
)

0 commit comments

Comments
 (0)
0