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

@@ -4,14 +4,14 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | Option<**String**> | | [optional]
**email** | Option<**String**> | | [optional]
**full_name** | Option<**String**> | | [optional]
**location** | Option<**String**> | | [optional]
**repo_admin_change_team_access** | Option<**bool**> | | [optional]
**username** | **String** | |
**visibility** | Option<**String**> | possible values are `public` (default), `limited` or `private` | [optional]
**website** | Option<**String**> | | [optional]
**description** | Option<**String**> | The description of the organization | [optional]
**email** | Option<**String**> | The email address of the organization | [optional]
**full_name** | Option<**String**> | The full display name of the organization | [optional]
**location** | Option<**String**> | The location of the organization | [optional]
**repo_admin_change_team_access** | Option<**bool**> | Whether repository administrators can change team access | [optional]
**username** | **String** | username of the organization |
**visibility** | Option<**Visibility**> | possible values are `public` (default), `limited` or `private` (enum: public, limited, private) | [optional]
**website** | Option<**String**> | The website URL of the organization | [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)