java.gitea.api/docs/CreateKeyOption.md

16 lines
380 B
Markdown
Raw Normal View History

2021-02-28 22:04:54 +01:00
# CreateKeyOption
CreateKeyOption options when creating a key
## 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 |