add ssl_key_type in swagger
fix ci test error
This commit is contained in:
parent
04b3608b4e
commit
cb795565ea
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@
|
|||
"owner": {
|
||||
"$ref": "./user-object.json"
|
||||
},
|
||||
"ssl_key_type": {
|
||||
"type": "string",
|
||||
"enum": ["ecdsa", "rsa"],
|
||||
"description": "Type of SSL key (either ecdsa or rsa)"
|
||||
},
|
||||
"meta": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
|
Loading…
Reference in a new issue