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