Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3734,6 +3734,8 @@ paths:
Up to five clone operations from any given source Linode can be run concurrently.
If more concurrent clones are attempted, an HTTP 400 error will be
returned by this endpoint.

Any [tags](/api/v4/tags) existing on the source Linode will be cloned to the target Linode.
tags:
- Linode Instances
operationId: cloneLinodeInstance
Expand All @@ -3749,6 +3751,9 @@ paths:
application/json:
schema:
type: object
required:
- region
- type
properties:
region:
type: string
Expand Down Expand Up @@ -3854,7 +3859,7 @@ paths:
content:
application/json:
schema:
type: object
$ref: '#/components/schemas/Linode'
default:
$ref: '#/components/responses/ErrorResponse'
x-code-samples:
Expand Down