feat: add rustls
This commit is contained in:
@@ -10,8 +10,8 @@ Name | Type | Description | Notes
|
||||
**git_content** | Option<**bool**> | include git content of default branch in template repo | [optional]
|
||||
**git_hooks** | Option<**bool**> | include git hooks in template repo | [optional]
|
||||
**labels** | Option<**bool**> | include labels in template repo | [optional]
|
||||
**name** | **String** | Name of the repository to create |
|
||||
**owner** | **String** | The organization or person who will own the new repository |
|
||||
**name** | **String** | |
|
||||
**owner** | **String** | the organization's name or individual user's name who will own the new repository |
|
||||
**private** | Option<**bool**> | Whether the repository is private | [optional]
|
||||
**protected_branch** | Option<**bool**> | include protected branches in template repo | [optional]
|
||||
**topics** | Option<**bool**> | include topics in template repo | [optional]
|
||||
|
||||
Reference in New Issue
Block a user