Changes to POST /api/v1.0/maildomains
POST /api/v1.0/maildomains/
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 1 of the 54 revisions of this API.21
What 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: 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
- ●