v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01960201.2 KB
Domains

Update domain wide footer

You can update the footer of one or more domains per request.

post/api/v1/edit/domain/footer

Request body

itemsstring[]

contains a list of domain names where you want to update the footer

Example request

{
  "attr": {
    "html": "<br>foo {= foo =}",
    "plain": "foo {= foo =}",
    "mbox_exclude": [
      "moo@mailcow.tld"
    ]
  },
  "items": "mailcow.tld"
}

Response

OK

type'success' | 'danger' | 'error'