Skip to content

Commit 595a13a

Browse files
author
Steve Szyszkiewicz
committed
code review feedback
1 parent 78e2069 commit 595a13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/data/endpoints/domains.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ endpoints:
171171
authenticated: true
172172
description: >
173173
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.
174+
domain for the cloned domain as Domains must be unique.
175175
methods:
176176
POST:
177177
response: domain
@@ -181,7 +181,7 @@ endpoints:
181181
description: >
182182
The Domain name for the new Domain.
183183
type: String
184-
value: www.mynewdomain.com
184+
value: mynewdomain.com
185185
examples:
186186
curl: |
187187
curl -H "Authorization: Bearer $TOKEN" \

0 commit comments

Comments
 (0)