We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492c3e4 commit 23e678fCopy full SHA for 23e678f
spec/premiummail
@@ -402,14 +402,14 @@
402
},
403
{
404
"name": "maxdomainusers",
405
- "description": "The maximum number of users the domain is allowed to have.",
+ "description": "The maximum number of users the domain is allowed to have. Pass -1 for unlimited.",
406
"required": true,
407
"type": "integer",
408
"paramType": "body"
409
410
411
"name": "maxdomainsize",
412
- "description": "The maximum disk space (in MegaByte) the domain is allowed to occupy.",
+ "description": "The maximum disk space (in MegaByte) the domain is allowed to occupy. Pass -1 for unlimited.",
413
414
415
0 commit comments