@opusdns/api 0.220.0 → 0.221.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 +3 -1
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -7313,7 +7313,7 @@ info:
|
|
|
7313
7313
|
'
|
|
7314
7314
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
7315
7315
|
title: OpusDNS API
|
|
7316
|
-
version: 2026-03-13-
|
|
7316
|
+
version: 2026-03-13-185605
|
|
7317
7317
|
x-logo:
|
|
7318
7318
|
altText: OpusDNS API Reference
|
|
7319
7319
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -7995,6 +7995,7 @@ paths:
|
|
|
7995
7995
|
'
|
|
7996
7996
|
items:
|
|
7997
7997
|
type: string
|
|
7998
|
+
maxItems: 1000
|
|
7998
7999
|
title: Domains
|
|
7999
8000
|
type: array
|
|
8000
8001
|
responses:
|
|
@@ -8068,6 +8069,7 @@ paths:
|
|
|
8068
8069
|
'
|
|
8069
8070
|
items:
|
|
8070
8071
|
type: string
|
|
8072
|
+
maxItems: 1000
|
|
8071
8073
|
title: Domains
|
|
8072
8074
|
type: array
|
|
8073
8075
|
responses:
|