MailcowMailbox

Increase mailbox quota

post/v1beta/mailcow/mailbox/quota/increase

Request body

mailboxstring
quotainteger

Example request

{
  "domain": {
    "extension": "london",
    "name": "test4"
  },
  "mailbox": "openprovider",
  "quota": 5
}

Response

A successful response.

codeinteger
descstring
maintenanceboolean

Example response

{
  "code": 0,
  "data": {
    "success": false
  },
  "desc": ""
}

Changes

Changed in 1 of the 2 revisions of this API.1