feat: add rustls

This commit is contained in:
2026-03-20 16:24:16 +01:00
parent 04cf661d02
commit 4e2542ba9d
399 changed files with 37007 additions and 23522 deletions

View File

@@ -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]