Skip to content

Commit 378a836

Browse files
Novi SandlinJohnVillalovos
Novi Sandlin
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)