Skip to content
This repository was archived by the owner on Jun 17, 2021. It is now read-only.

Commit 091c3cc

Browse files
committed
Update API doc(Web-2018-October release)
1 parent 981b298 commit 091c3cc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

openapi.v2.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4859,7 +4859,8 @@
48594859
},
48604860
"password": {
48614861
"type": "string",
4862-
"description": "User’s password. Only for \"autoCreate\" action."
4862+
"description": "User’s password. Only for \"autoCreate\" action.",
4863+
"minimum": 8
48634864
}
48644865
}
48654866
}
@@ -5450,7 +5451,8 @@
54505451
"properties": {
54515452
"password": {
54525453
"type": "string",
5453-
"description": "User’s password. Character length is less than 32,"
5454+
"description": "User’s password. Character length is less than 32,",
5455+
"minimum": 8
54545456
}
54555457
}
54565458
}
@@ -7273,7 +7275,8 @@
72737275
},
72747276
"password": {
72757277
"type": "string",
7276-
"description": "User's password"
7278+
"description": "User's password",
7279+
"minimum": 8
72777280
},
72787281
"options": {
72797282
"$ref": "#/definitions/AccountOptions"

0 commit comments

Comments
 (0)