Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Bu depo arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işlem gönderemez ve konu/değişiklik isteği açamazsınız.

4 yıl önce
123456789101112
  1. # CreateKeyOption
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **key** | **String** | An armored SSH key to add | [default to null]
  6. **read_only** | **bool** | Describe if the key has only read access or read/write | [optional] [default to null]
  7. **title** | **String** | Title of the key to add | [default to null]
  8. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)