java-gitea-api/docs/CreateKeyOption.md

13 lines
334 B
Markdown

# CreateKeyOption
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **String** | An armored SSH key to add |
**readOnly** | **Boolean** | Describe if the key has only read access or read/write | [optional]
**title** | **String** | Title of the key to add |