@opusdns/api 1.168.0 → 1.169.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/openapi.yaml +4 -7
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -16641,7 +16641,7 @@ info:
|
|
|
16641
16641
|
\n\n"
|
|
16642
16642
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
16643
16643
|
title: OpusDNS API
|
|
16644
|
-
version: 2026-09-10-
|
|
16644
|
+
version: 2026-09-10-161526
|
|
16645
16645
|
x-logo:
|
|
16646
16646
|
altText: OpusDNS API Reference
|
|
16647
16647
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -27374,16 +27374,13 @@ paths:
|
|
|
27374
27374
|
title: Email Forward Error
|
|
27375
27375
|
type: email-forward-validation
|
|
27376
27376
|
email_forward_domain_rejected:
|
|
27377
|
-
description:
|
|
27378
|
-
|
|
27377
|
+
description: The hostname could not be set up for email forwarding.
|
|
27378
|
+
Contact support.
|
|
27379
27379
|
summary: Email forwarding could not be set up for the hostname
|
|
27380
27380
|
value:
|
|
27381
27381
|
code: ERROR_EMAIL_FORWARD_VALIDATION
|
|
27382
27382
|
detail: Email forwarding could not be set up for this domain.
|
|
27383
|
-
|
|
27384
|
-
not resolve in public DNS; a recently registered or transferred
|
|
27385
|
-
domain may need time to propagate. Retry once it resolves, or
|
|
27386
|
-
contact support if the problem persists.
|
|
27383
|
+
Please contact support.
|
|
27387
27384
|
status: 400
|
|
27388
27385
|
title: Email Forward Error
|
|
27389
27386
|
type: email-forward-validation
|