[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot] 2026-06-07 11:36:48 +00:00
parent c2d1e48c8c
commit a2be36b5fe
3 changed files with 5 additions and 2 deletions

View File

@ -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
}
}
},

View File

@ -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
}
}
},

View File

@ -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: