diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-05-01 12:45:46 +0200 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2021-05-01 12:45:46 +0200 |
commit | ef05f4f38f2698cc2a7d7828d196bfe10d7aab44 (patch) | |
tree | 3a867bf20991fbce46df611b79841942140a3ad9 /gitlab/v4/objects/users.py | |
parent | 1e6305e865d4e586f2fa3a5f638095d0c885e224 (diff) | |
download | gitlab-fix/public-jobs-attribute.tar.gz |
fix(objects): add public_jobs attribute to projectsfix/public-jobs-attribute
This will replace the deprecated public_builds attribute.
Diffstat (limited to 'gitlab/v4/objects/users.py')
-rw-r--r-- | gitlab/v4/objects/users.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/v4/objects/users.py b/gitlab/v4/objects/users.py index c90a7c9..f4fab82 100644 --- a/gitlab/v4/objects/users.py +++ b/gitlab/v4/objects/users.py @@ -443,6 +443,7 @@ class UserProjectManager(ListMixin, CreateMixin, RESTManager): "description", "builds_enabled", "public_builds", + "public_jobs", "import_url", "only_allow_merge_if_build_succeeds", ), |