Skip to content

Commit a7c20ca

Browse files
authored
Merge pull request #1184 from python-gitlab/fix/runner-access-level
fix(api): add missing runner access_level param
2 parents 74c1e4f + 92669f2 commit a7c20ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/v4/objects/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5490,6 +5490,7 @@ class RunnerManager(CRUDMixin, RESTManager):
54905490
"locked",
54915491
"run_untagged",
54925492
"tag_list",
5493+
"access_level",
54935494
"maximum_timeout",
54945495
),
54955496
)

0 commit comments

Comments
 (0)