feat: add rustls
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user