Merge pull request #9523 from ksatirli/patch-3
adds missing `language` argument
This commit is contained in:
commit
69ce353815
|
@ -34,6 +34,7 @@ The following arguments are supported:
|
||||||
Defaults to git.
|
Defaults to git.
|
||||||
* `is_private` - (Optional) If this should be private or not. Defaults to `true`.
|
* `is_private` - (Optional) If this should be private or not. Defaults to `true`.
|
||||||
* `website` - (Optional) URL of website associated with this repository.
|
* `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_issues` - (Optional) If this should have issues turned on or not.
|
||||||
* `has_wiki` - (Optional) If this should have wiki 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
|
* `project_key` - (Optional) If you want to have this repo associated with a
|
||||||
|
|
Loading…
Reference in New Issue