MailcowMailbox
Increase mailbox quota
post/v1beta/mailcow/mailbox/quota/increase
Request body
Example request
{
"domain": {
"extension": "london",
"name": "test4"
},
"mailbox": "openprovider",
"quota": 5
}Response
A successful response.
Example response
{
"code": 0,
"data": {
"success": false
},
"desc": ""
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○