File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3734,6 +3734,8 @@ paths:
3734
3734
Up to five clone operations from any given source Linode can be run concurrently.
3735
3735
If more concurrent clones are attempted, an HTTP 400 error will be
3736
3736
returned by this endpoint.
3737
+
3738
+ Any [tags](/api/v4/tags) existing on the source Linode will be cloned to the target Linode.
3737
3739
tags:
3738
3740
- Linode Instances
3739
3741
operationId: cloneLinodeInstance
@@ -3749,6 +3751,9 @@ paths:
3749
3751
application/json:
3750
3752
schema:
3751
3753
type: object
3754
+ required:
3755
+ - region
3756
+ - type
3752
3757
properties:
3753
3758
region:
3754
3759
type: string
@@ -3854,7 +3859,7 @@ paths:
3854
3859
content:
3855
3860
application/json:
3856
3861
schema:
3857
- type: object
3862
+ $ref: '#/components/schemas/Linode'
3858
3863
default:
3859
3864
$ref: '#/components/responses/ErrorResponse'
3860
3865
x-code-samples:
You can’t perform that action at this time.
0 commit comments