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 8943a02 commit d6825e5Copy full SHA for d6825e5
openapi.yaml
@@ -3734,6 +3734,8 @@ paths:
3734
Up to five clone operations from any given source Linode can be run concurrently.
3735
If more concurrent clones are attempted, an HTTP 400 error will be
3736
returned by this endpoint.
3737
+
3738
+ Any [tags](/api/v4/tags) existing on the source Linode will be cloned to the target Linode.
3739
tags:
3740
- Linode Instances
3741
operationId: cloneLinodeInstance
@@ -3854,7 +3856,7 @@ paths:
3854
3856
content:
3855
3857
application/json:
3858
schema:
- type: object
3859
+ $ref: '#/components/schemas/Linode'
3860
default:
3861
$ref: '#/components/responses/ErrorResponse'
3862
x-code-samples:
0 commit comments