Skip to content

Commit 23e678f

Browse files
committed
unlimited
1 parent 492c3e4 commit 23e678f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/premiummail

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,14 +402,14 @@
402402
},
403403
{
404404
"name": "maxdomainusers",
405-
"description": "The maximum number of users the domain is allowed to have.",
405+
"description": "The maximum number of users the domain is allowed to have. Pass -1 for unlimited.",
406406
"required": true,
407407
"type": "integer",
408408
"paramType": "body"
409409
},
410410
{
411411
"name": "maxdomainsize",
412-
"description": "The maximum disk space (in MegaByte) the domain is allowed to occupy.",
412+
"description": "The maximum disk space (in MegaByte) the domain is allowed to occupy. Pass -1 for unlimited.",
413413
"required": true,
414414
"type": "integer",
415415
"paramType": "body"

0 commit comments

Comments
 (0)