Skip to content

Commit 0518163

Browse files
Merge pull request #218 from leslitagordita/clone-linode-with-tags
[Update] POST /linode/instances/{linodeId}/clone
2 parents a0fdbd7 + 8681514 commit 0518163

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

openapi.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)