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,17 +4,17 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allow_maintainer_edit** | Option<**bool**> | | [optional]
**assignee** | Option<**String**> | | [optional]
**assignees** | Option<**Vec<String>**> | | [optional]
**base** | Option<**String**> | | [optional]
**body** | Option<**String**> | | [optional]
**allow_maintainer_edit** | Option<**bool**> | Whether to allow maintainer edits | [optional]
**assignee** | Option<**String**> | The new primary assignee username | [optional]
**assignees** | Option<**Vec<String>**> | The new list of assignee usernames | [optional]
**base** | Option<**String**> | The new base branch for the pull request | [optional]
**body** | Option<**String**> | The new description body for the pull request | [optional]
**due_date** | Option<**String**> | | [optional]
**labels** | Option<**Vec<i64>**> | | [optional]
**milestone** | Option<**i64**> | | [optional]
**state** | Option<**String**> | | [optional]
**title** | Option<**String**> | | [optional]
**unset_due_date** | Option<**bool**> | | [optional]
**labels** | Option<**Vec<i64>**> | The new list of label IDs for the pull request | [optional]
**milestone** | Option<**i64**> | The new milestone ID for the pull request | [optional]
**state** | Option<**String**> | The new state for the pull request | [optional]
**title** | Option<**String**> | The new title for the pull request | [optional]
**unset_due_date** | Option<**bool**> | Whether to remove the current deadline | [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)