Merge pull request #9523 from ksatirli/patch-3

adds missing `language` argument
pull/9540/head
Mitchell Hashimoto 10 years ago committed by GitHub
commit 69ce353815

@ -34,6 +34,7 @@ The following arguments are supported:
Defaults to git.
* `is_private` - (Optional) If this should be private or not. Defaults to `true`.
* `website` - (Optional) URL of website associated with this repository.
* `language` - (Optional) What the language of this repository should be.
* `has_issues` - (Optional) If this should have issues turned on or not.
* `has_wiki` - (Optional) If this should have wiki turned on or not.
* `project_key` - (Optional) If you want to have this repo associated with a

Loading…
Cancel
Save