feat: update readme
This commit is contained in:
16
README.md
16
README.md
@@ -103,14 +103,14 @@ xh POST http://127.0.0.1:5567/datakey \
|
||||
comment='this is a test key 01'
|
||||
```
|
||||
|
||||
| Key | Comment |
|
||||
|------------------|--------------------------------------------|
|
||||
| type | `aes` |
|
||||
| spec | ~~`128`, `192`,~~ `256` if `type` == `aes` |
|
||||
| exportable | `true` or `false` |
|
||||
| return_plaintext | `true` or `false` |
|
||||
| name | Data key name |
|
||||
| comment | Data key comment |
|
||||
| Key | Comment |
|
||||
|------------------|------------------------------------------------------|
|
||||
| type | `aes` |
|
||||
| spec | ~~`128`, `192`,~~ `256` if `type` == `aes` |
|
||||
| exportable | <i>[optional]</i> `true` or `false` , default `true` |
|
||||
| return_plaintext | <i>[optional]</i> `true` or `false`, default `false` |
|
||||
| name | <i>[optional]</i> Data key name |
|
||||
| comment | <i>[optional]</i> Data key comment |
|
||||
|
||||
Upgrade to v3.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user