@opusdns/api 0.296.0 → 0.297.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 +11 -1
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -11209,7 +11209,7 @@ info:
|
|
|
11209
11209
|
\n\n"
|
|
11210
11210
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
11211
11211
|
title: OpusDNS API
|
|
11212
|
-
version: 2026-05-12-
|
|
11212
|
+
version: 2026-05-12-201002
|
|
11213
11213
|
x-logo:
|
|
11214
11214
|
altText: OpusDNS API Reference
|
|
11215
11215
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -19044,6 +19044,16 @@ paths:
|
|
|
19044
19044
|
status: 409
|
|
19045
19045
|
title: Domain Transfer Error
|
|
19046
19046
|
type: domain-transfer-rejected
|
|
19047
|
+
Domain Transfer Internal Not Supported:
|
|
19048
|
+
value:
|
|
19049
|
+
code: ERROR_DOMAIN_TRANSFER_INTERNAL_NOT_SUPPORTED
|
|
19050
|
+
detail: There was an error transferring the domain
|
|
19051
|
+
domain_name: Additional error context.
|
|
19052
|
+
reason: Domain is already managed by this registrar; internal
|
|
19053
|
+
transfers are not supported
|
|
19054
|
+
status: 409
|
|
19055
|
+
title: Domain Transfer Internal Not Supported
|
|
19056
|
+
type: domain-transfer-internal-not-supported
|
|
19047
19057
|
schema:
|
|
19048
19058
|
$ref: '#/components/schemas/Problem'
|
|
19049
19059
|
description: Conflict
|