Skip to content

Commit

Permalink
commit status: add optional context url
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Jun 19, 2016
1 parent 68d15fd commit 0b8ed5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitlab/objects.py
Expand Up @@ -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):
Expand Down

0 comments on commit 0b8ed5a

Please sign in to comment.