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

Commit40a102d

Browse files
thomasgl-orangenejch
authored andcommitted
feat(api): add optional GET attrs for /projects/:id/ci/lint
1 parentbb728b1 commit40a102d

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)

[8]ページ先頭

©2009-2025 Movatter.jp