We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9561b81 commit 5901a1cCopy full SHA for 5901a1c
gitlab/objects.py
@@ -1902,9 +1902,9 @@ class ProjectLabel(GitlabObject):
1902
idAttr = 'name'
1903
requiredDeleteAttrs = ['name']
1904
requiredCreateAttrs = ['name', 'color']
1905
- optionalCreateAttrs = ['description']
+ optionalCreateAttrs = ['description', 'priority']
1906
requiredUpdateAttrs = ['name']
1907
- optionalUpdateAttrs = ['new_name', 'color', 'description']
+ optionalUpdateAttrs = ['new_name', 'color', 'description', 'priority']
1908
1909
def subscribe(self, **kwargs):
1910
"""Subscribe to a label.
0 commit comments