v1

latestOpenAPI 3.0.12026-08-04154122138.2 KB
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