trigger: add commit_sha to json schema

This commit is contained in:
Jimmy Zelinskie 2015-04-03 17:10:57 -04:00
parent 58b21fbd4f
commit f782764ba5

View file

@ -392,6 +392,10 @@ class ActivateBuildTrigger(RepositoryParamResource):
'branch_name': {
'type': 'string',
'description': '(GitHub Only) If specified, the name of the GitHub branch to build.'
},
'commit_sha': {
'type': 'string',
'description': '(Custom Only) If specified, the ref/SHA1 used to checkout a git repository.'
}
}
}