latestOpenAPI 3.0.12026-08-10154122138.2 KB

c4cc2ef4aab1

email-domain-controller

Update email domain

Updates an existing email domain. Only accessible to users with -laminar.run email domains.

put/email-domains/{id}

Path parameters

idinteger required

Request body

domainstring

The email domain name

isActiveboolean

Whether the domain is active

Example request

{
  "domain": "example.com",
  "isActive": true
}

Response

Email domain updated successfully