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 d698580 commit 78e2069Copy full SHA for 78e2069
docs/src/data/endpoints/domains.yaml
@@ -167,6 +167,25 @@ endpoints:
167
python: |
168
import linode
169
TODO
170
+ /domains/$id/clone:
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.
175
+ methods:
176
+ POST:
177
+ response: domain
178
+ oauth: domains:modify
179
+ params:
180
+ domain:
181
182
+ The Domain name for the new Domain.
183
+ type: String
184
+ value: www.mynewdomain.com
185
+ examples:
186
+ curl: |
187
+ curl -H "Authorization: Bearer $TOKEN" \
188
+ https://$api_root/$version/domains/$domain_id/records
189
/domains/$id/records:
190
authenticated: true
191
description: >
0 commit comments