We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e2069 commit 595a13aCopy full SHA for 595a13a
docs/src/data/endpoints/domains.yaml
@@ -171,7 +171,7 @@ endpoints:
171
authenticated: true
172
description: >
173
Clones the provided Domain into a new Domain. You must provide a new
174
- domain name (url) for the cloned domain as Domains must be unique.
+ domain for the cloned domain as Domains must be unique.
175
methods:
176
POST:
177
response: domain
@@ -181,7 +181,7 @@ endpoints:
181
182
The Domain name for the new Domain.
183
type: String
184
- value: www.mynewdomain.com
+ value: mynewdomain.com
185
examples:
186
curl: |
187
curl -H "Authorization: Bearer $TOKEN" \
0 commit comments