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,12 +4,12 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | Option<**String**> | | [optional]
**draft** | Option<**bool**> | | [optional]
**name** | Option<**String**> | | [optional]
**prerelease** | Option<**bool**> | | [optional]
**tag_name** | Option<**String**> | | [optional]
**target_commitish** | Option<**String**> | | [optional]
**body** | Option<**String**> | The new release notes or description | [optional]
**draft** | Option<**bool**> | Whether to change the draft status | [optional]
**name** | Option<**String**> | The new display title of the release | [optional]
**prerelease** | Option<**bool**> | Whether to change the prerelease status | [optional]
**tag_name** | Option<**String**> | The new name of the git tag | [optional]
**target_commitish** | Option<**String**> | The new target commitish for the release | [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)