Skip to content

Commit 40a102d

Browse files
thomasgl-orangenejch
authored andcommitted
feat(api): add optional GET attrs for /projects/:id/ci/lint
1 parent bb728b1 commit 40a102d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/v4/objects/ci_lint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class ProjectCiLintManager(GetWithoutIdMixin, CreateMixin, RESTManager):
5454
_path = "/projects/{project_id}/ci/lint"
5555
_obj_cls = ProjectCiLint
5656
_from_parent_attrs = {"project_id": "id"}
57+
_optional_get_attrs = ("dry_run", "include_jobs", "ref")
5758
_create_attrs = RequiredOptional(
5859
required=("content",), optional=("dry_run", "include_jobs", "ref")
5960
)

0 commit comments

Comments
 (0)