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

@@ -22,6 +22,7 @@ Name | Type | Description | Notes
**external_tracker** | Option<[**models::ExternalTracker**](ExternalTracker.md)> | | [optional]
**external_wiki** | Option<[**models::ExternalWiki**](ExternalWiki.md)> | | [optional]
**has_actions** | Option<**bool**> | either `true` to enable actions unit, or `false` to disable them. | [optional]
**has_code** | Option<**bool**> | either `true` to enable code for this repository or `false` to disable it. | [optional]
**has_issues** | Option<**bool**> | either `true` to enable issues for this repository or `false` to disable them. | [optional]
**has_packages** | Option<**bool**> | either `true` to enable packages unit, or `false` to disable them. | [optional]
**has_projects** | Option<**bool**> | either `true` to enable project unit, or `false` to disable them. | [optional]