Skip to content

Commit ad87ac8

Browse files
DorthuGitHub Enterprise
authored andcommitted
Merge pull request #39 from jsager/deprecating-groups
Deprecate all instances of "group"
2 parents 28c94a8 + 7e22c77 commit ad87ac8

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

openapi.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2826,6 +2826,7 @@ paths:
28262826
* Can only be provided when cloning to a new Linode.
28272827
* Defaults to "linode".
28282828
group:
2829+
deprecated: true
28292830
type: string
28302831
title: The group this Linode is in.
28312832
description: >
@@ -8772,6 +8773,7 @@ components:
87728773
x-linode-filterable: true
87738774
x-linode-cli-display: 2
87748775
group:
8776+
deprecated: true
87758777
type: string
87768778
description: >
87778779
The group this Domain belongs to. This is for display purposes
@@ -9973,8 +9975,13 @@ components:
99739975
`POST /linode/instances/{linodeId}/resize`.
99749976
x-linode-cli-display: 5
99759977
group:
9978+
deprecated: true
9979+
type: string
99769980
x-linode-filterable: true
99779981
x-linode-cli-display: 2
9982+
description: >
9983+
A deprecated property denoting a group label for this Linode.
9984+
example: "Linode-Group"
99789985
id:
99799986
type: integer
99809987
title: The ID of this Linode.
@@ -10219,14 +10226,6 @@ components:
1021910226
$ref: '#/components/schemas/LinodeType/properties/id'
1022010227
region:
1022110228
$ref: '#/components/schemas/Region/properties/id'
10222-
group:
10223-
type: string
10224-
title: The group this Linode is in.
10225-
description: >
10226-
Some tools will use this property to group Linodes for display. Linodes are not required
10227-
to have a group.
10228-
example: Linode-Group
10229-
maxLength: 50
1023010229
LinodeConfig:
1023110230
type: object
1023210231
required:
@@ -10789,6 +10788,7 @@ components:
1078910788
example: null
1079010789
group:
1079110790
x-linode-filterable: true
10791+
deprecated: true
1079210792
type: string
1079310793
minLength: 2
1079410794
maxLength: 50
@@ -10914,6 +10914,7 @@ components:
1091410914
readOnly: true
1091510915
x-linode-cli-display: 2
1091610916
group:
10917+
deprecated: true
1091710918
type: string
1091810919
description: >
1091910920
The group of the Linode these settings are for. This is for display
@@ -11031,6 +11032,7 @@ components:
1103111032
considered up.
1103211033
example: it worked
1103311034
consultation_group:
11035+
deprecated: true
1103411036
type: string
1103511037
minLength: 0
1103611038
maxLength: 50

0 commit comments

Comments
 (0)