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.
2 parents a981718 + 595a13a commit bbec7cfCopy full SHA for bbec7cf
docs/src/data/endpoints/domains.yaml
@@ -170,6 +170,25 @@ endpoints:
170
python: |
171
import linode
172
TODO
173
+ /domains/$id/clone:
174
+ authenticated: true
175
+ description: >
176
+ Clones the provided Domain into a new Domain. You must provide a new
177
+ domain for the cloned domain as Domains must be unique.
178
+ methods:
179
+ POST:
180
+ response: domain
181
+ oauth: domains:modify
182
+ params:
183
+ domain:
184
185
+ The Domain name for the new Domain.
186
+ type: String
187
+ value: mynewdomain.com
188
+ examples:
189
+ curl: |
190
+ curl -H "Authorization: Bearer $TOKEN" \
191
+ https://$api_root/$version/domains/$domain_id/records
192
/domains/$id/records:
193
authenticated: true
194
description: >
0 commit comments