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
Example request
{
"attr": {
"html": "<br>foo {= foo =}",
"plain": "foo {= foo =}",
"mbox_exclude": [
"moo@mailcow.tld"
]
},
"items": "mailcow.tld"
}Response
OK
Changes
Changed in 2 of the 51 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲