From d6825e5f4c25a9133fdd94e40bb6c17e2bd97e8d Mon Sep 17 00:00:00 2001 From: leslitagordita Date: Mon, 9 Mar 2020 12:37:52 -0400 Subject: [PATCH 1/2] Add note: tags will be cloned to target Linode. Added ref to Linode schema. Tags are included in the response. --- openapi.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 40eda8dfe..9b278d5b2 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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 @@ -3854,7 +3856,7 @@ paths: content: application/json: schema: - type: object + $ref: '#/components/schemas/Linode' default: $ref: '#/components/responses/ErrorResponse' x-code-samples: From 8681514e18d492377f711dc3756d1c3bd9be4953 Mon Sep 17 00:00:00 2001 From: leslitagordita Date: Mon, 9 Mar 2020 13:02:52 -0400 Subject: [PATCH 2/2] Added missing required fields --- openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 9b278d5b2..ef2f80d3a 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -3751,6 +3751,9 @@ paths: application/json: schema: type: object + required: + - region + - type properties: region: type: string