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:
37343734 Up to five clone operations from any given source Linode can be run concurrently.
37353735 If more concurrent clones are attempted, an HTTP 400 error will be
37363736 returned by this endpoint.
3737+
3738+ Any [tags](/api/v4/tags) existing on the source Linode will be cloned to the target Linode.
37373739 tags:
37383740 - Linode Instances
37393741 operationId: cloneLinodeInstance
@@ -3749,6 +3751,9 @@ paths:
37493751 application/json:
37503752 schema:
37513753 type: object
3754+ required:
3755+ - region
3756+ - type
37523757 properties:
37533758 region:
37543759 type: string
@@ -3854,7 +3859,7 @@ paths:
38543859 content:
38553860 application/json:
38563861 schema:
3857- type: object
3862+ $ref: '#/components/schemas/Linode'
38583863 default:
38593864 $ref: '#/components/responses/ErrorResponse'
38603865 x-code-samples:
You can’t perform that action at this time.
0 commit comments