Skip to content

Commit 2e4c9a3

Browse files
Novi SandlinNovi Sandlin
Novi Sandlin
authored and
Novi Sandlin
committed
feat(api): add support for project tag list filters
1 parent 1299440 commit 2e4c9a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/v4/objects/tags.py

+1
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)