Skip to content

Commit af799d2

Browse files
DorthuGitHub Enterprise
authored andcommitted
Merge pull request #41 from jsager/fix-linode-instance-group
Added group back into LinodeBase
2 parents 9e3f6f2 + f1e4fac commit af799d2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

openapi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10121,6 +10121,13 @@ components:
1012110121
minLength: 3
1012210122
maxLength: 32
1012310123
pattern: '^[a-zA-Z]((?!--|__)[a-zA-Z0-9-_])+$'
10124+
group:
10125+
deprecated: true
10126+
type: string
10127+
x-linode-filterable: true
10128+
description: >
10129+
A deprecated property denoting a group label for this Linode.
10130+
example: "Linode-Group"
1012410131
type:
1012510132
$ref: '#/components/schemas/LinodeType/properties/id'
1012610133
region:

0 commit comments

Comments
 (0)