ViewSet for listing MailDomains the user administers. Provides a top-level entry for mail domain administration. Endpoint: /maildomains/<maildomain_pk>/
Request body
Response
Changes
Changed in 1 of the 54 revisions of this API.21
- ●
changed the pattern of the request property
from^[a-z0-9][a-z0-9.-]*[a-z0-9]$to^(?=.{2,253}$)(?=[a-z0-9-]{1,63}(?:\.|$))[a-z0-9](?:[a-z0-9-]*[a-z0-9])?(?:\.(?=[a-z0-9-]{1,63}(?:\.|$))[a-z0-9](?:[a-z0-9-]*[a-z0-9])?)*$(media type: application/json)request-property-pattern-changed
- ●
changed the pattern of the request property
from^[a-z0-9][a-z0-9.-]*[a-z0-9]$to^(?=.{2,253}$)(?=[a-z0-9-]{1,63}(?:\.|$))[a-z0-9](?:[a-z0-9-]*[a-z0-9])?(?:\.(?=[a-z0-9-]{1,63}(?:\.|$))[a-z0-9](?:[a-z0-9-]*[a-z0-9])?)*$(media type: multipart/form-data)request-property-pattern-changed
- ○
the
response's property pattern was changed from^[a-z0-9][a-z0-9.-]*[a-z0-9]$to^(?=.{2,253}$)(?=[a-z0-9-]{1,63}(?:\.|$))[a-z0-9](?:[a-z0-9-]*[a-z0-9])?(?:\.(?=[a-z0-9-]{1,63}(?:\.|$))[a-z0-9](?:[a-z0-9-]*[a-z0-9])?)*$for the statusresponse-property-pattern-changed
- ●