Skip to content

Commit d6825e5

Browse files
Add note: tags will be cloned to target Linode.
Added ref to Linode schema. Tags are included in the response.
1 parent 8943a02 commit d6825e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openapi.yaml

Lines changed: 3 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
@@ -3854,7 +3856,7 @@ paths:
38543856
content:
38553857
application/json:
38563858
schema:
3857-
type: object
3859+
$ref: '#/components/schemas/Linode'
38583860
default:
38593861
$ref: '#/components/responses/ErrorResponse'
38603862
x-code-samples:

0 commit comments

Comments
 (0)