This is an automated email from the ASF dual-hosted git repository. robin0716 pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
commit bd0d9fda22d1172f211422d13f33e4c567118e33 Author: sy-records <[email protected]> AuthorDate: Fri Oct 11 10:09:55 2024 +0800 docs: regenerate docs --- docs/docs.go | 3 ++- docs/swagger.json | 3 ++- docs/swagger.yaml | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index e461c3a9..80f4a0d8 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -11456,7 +11456,8 @@ const docTemplate = `{ }, "name": { "type": "string", - "maxLength": 30 + "maxLength": 30, + "minLength": 2 }, "pass": { "type": "string", diff --git a/docs/swagger.json b/docs/swagger.json index 322a87ad..5690e67b 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -11429,7 +11429,8 @@ }, "name": { "type": "string", - "maxLength": 30 + "maxLength": 30, + "minLength": 2 }, "pass": { "type": "string", diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 66a594d5..6a0ab449 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -2844,6 +2844,7 @@ definitions: type: string name: maxLength: 30 + minLength: 2 type: string pass: maxLength: 32
