mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-02-06 14:20:36 +00:00
add cmd
This commit is contained in:
@@ -1365,7 +1365,7 @@ const docTemplateapi = `{
|
||||
"username": {
|
||||
"type": "string",
|
||||
"maxLength": 10,
|
||||
"minLength": 4
|
||||
"minLength": 2
|
||||
},
|
||||
"uuid": {
|
||||
"type": "string"
|
||||
|
||||
@@ -1358,7 +1358,7 @@
|
||||
"username": {
|
||||
"type": "string",
|
||||
"maxLength": 10,
|
||||
"minLength": 4
|
||||
"minLength": 2
|
||||
},
|
||||
"uuid": {
|
||||
"type": "string"
|
||||
|
||||
@@ -69,7 +69,7 @@ definitions:
|
||||
type: string
|
||||
username:
|
||||
maxLength: 10
|
||||
minLength: 4
|
||||
minLength: 2
|
||||
type: string
|
||||
uuid:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user