diff options
-rw-r--r-- | gitlab/objects.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py index b6a9dda..4be5574 100644 --- a/gitlab/objects.py +++ b/gitlab/objects.py @@ -909,6 +909,7 @@ class ProjectCommitStatus(GitlabObject): canUpdate = False canDelete = False requiredUrlAttrs = ['project_id', 'commit_id'] + optionalGetAttrs = ['ref_name', 'stage', 'name', 'all'] requiredCreateAttrs = ['state'] optionalCreateAttrs = ['description', 'name', 'context', 'ref', 'target_url'] |