feat: add rustls
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**created_at** | Option<**String**> | | [optional]
|
||||
**ignored** | Option<**bool**> | | [optional]
|
||||
**reason** | Option<[**serde_json::Value**](.md)> | | [optional]
|
||||
**repository_url** | Option<**String**> | | [optional]
|
||||
**subscribed** | Option<**bool**> | | [optional]
|
||||
**url** | Option<**String**> | | [optional]
|
||||
**created_at** | Option<**String**> | The timestamp when the watch status was created | [optional]
|
||||
**ignored** | Option<**bool**> | Whether notifications for the repository are ignored | [optional]
|
||||
**reason** | Option<**serde_json::Value**> | The reason for the current watch status | [optional]
|
||||
**repository_url** | Option<**String**> | The URL of the repository being watched | [optional]
|
||||
**subscribed** | Option<**bool**> | Whether the repository is being watched for notifications | [optional]
|
||||
**url** | Option<**String**> | The URL for managing the watch status | [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