summaryrefslogtreecommitdiff
path: root/gitlab/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/objects.py')
-rw-r--r--gitlab/objects.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py
index 83a8c8f..b6a9dda 100644
--- a/gitlab/objects.py
+++ b/gitlab/objects.py
@@ -910,7 +910,8 @@ class ProjectCommitStatus(GitlabObject):
canDelete = False
requiredUrlAttrs = ['project_id', 'commit_id']
requiredCreateAttrs = ['state']
- optionalCreateAttrs = ['description', 'name', 'ref', 'target_url']
+ optionalCreateAttrs = ['description', 'name', 'context', 'ref',
+ 'target_url']
class ProjectCommitStatusManager(BaseManager):