[skip ci] Updated swagger docs
This commit is contained in:
parent
c2d1e48c8c
commit
a2be36b5fe
|
|
@ -10495,7 +10495,8 @@ const docTemplate = `{
|
|||
},
|
||||
"username": {
|
||||
"description": "The username of the member. We use this to prevent automated user id entering.",
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -10487,7 +10487,8 @@
|
|||
},
|
||||
"username": {
|
||||
"description": "The username of the member. We use this to prevent automated user id entering.",
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"minLength": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1223,6 +1223,7 @@ definitions:
|
|||
username:
|
||||
description: The username of the member. We use this to prevent automated
|
||||
user id entering.
|
||||
minLength: 1
|
||||
type: string
|
||||
type: object
|
||||
models.TeamProject:
|
||||
|
|
|
|||
Loading…
Reference in New Issue