Skip to content

Commit

Permalink
Merge pull request #1184 from python-gitlab/fix/runner-access-level
Browse files Browse the repository at this point in the history
fix(api): add missing runner access_level param
  • Loading branch information
max-wittig committed Sep 10, 2020
2 parents 74c1e4f + 92669f2 commit a7c20ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitlab/v4/objects/__init__.py
Expand Up @@ -5490,6 +5490,7 @@ class RunnerManager(CRUDMixin, RESTManager):
"locked",
"run_untagged",
"tag_list",
"access_level",
"maximum_timeout",
),
)
Expand Down

0 comments on commit a7c20ca

Please sign in to comment.