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

@@ -11,11 +11,11 @@ Name | Type | Description | Notes
**issue_labels** | Option<**String**> | Label-Set to use | [optional]
**license** | Option<**String**> | License to use | [optional]
**name** | **String** | Name of the repository to create |
**object_format_name** | Option<**String**> | ObjectFormatName of the underlying git repository | [optional]
**object_format_name** | Option<**ObjectFormatName**> | ObjectFormatName of the underlying git repository (enum: sha1, sha256) | [optional]
**private** | Option<**bool**> | Whether the repository is private | [optional]
**readme** | Option<**String**> | Readme of the repository to create | [optional]
**template** | Option<**bool**> | Whether the repository is template | [optional]
**trust_model** | Option<**String**> | TrustModel of the repository | [optional]
**trust_model** | Option<**TrustModel**> | TrustModel of the repository (enum: default, collaborator, committer, collaboratorcommitter) | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)