Skip to content

Commit 6c616bb

Browse files
DorthuGitHub Enterprise
authored andcommitted
Merge pull request #74 from jsager/resize-payload
Edited payload for resize to include type
2 parents 24adc58 + 4414f56 commit 6c616bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4608,7 +4608,11 @@ paths:
46084608
- type
46094609
properties:
46104610
type:
4611-
$ref: '#/components/schemas/LinodeBase/properties/type'
4611+
type: string
4612+
title: The ID representing the Linode Type.
4613+
description: The ID representing the Linode Type.
4614+
example: g5-standard-2
4615+
x-linode-cli-display: 1
46124616
responses:
46134617
'200':
46144618
description: Resize started.

0 commit comments

Comments
 (0)