Skip to content

Commit 7e22c77

Browse files
author
Josh Sager
committed
Deprecate all instances of "group"
1 parent c31c3e3 commit 7e22c77

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: >
@@ -8774,6 +8775,7 @@ components:
87748775
x-linode-filterable: true
87758776
x-linode-cli-display: 2
87768777
group:
8778+
deprecated: true
87778779
type: string
87788780
description: >
87798781
The group this Domain belongs to. This is for display purposes
@@ -9975,8 +9977,13 @@ components:
99759977
`POST /linode/instances/{linodeId}/resize`.
99769978
x-linode-cli-display: 5
99779979
group:
9980+
deprecated: true
9981+
type: string
99789982
x-linode-filterable: true
99799983
x-linode-cli-display: 2
9984+
description: >
9985+
A deprecated property denoting a group label for this Linode.
9986+
example: "Linode-Group"
99809987
id:
99819988
type: integer
99829989
title: The ID of this Linode.
@@ -10221,14 +10228,6 @@ components:
1022110228
$ref: '#/components/schemas/LinodeType/properties/id'
1022210229
region:
1022310230
$ref: '#/components/schemas/Region/properties/id'
10224-
group:
10225-
type: string
10226-
title: The group this Linode is in.
10227-
description: >
10228-
Some tools will use this property to group Linodes for display. Linodes are not required
10229-
to have a group.
10230-
example: Linode-Group
10231-
maxLength: 50
1023210231
LinodeConfig:
1023310232
type: object
1023410233
required:
@@ -10790,6 +10789,7 @@ components:
1079010789
example: null
1079110790
group:
1079210791
x-linode-filterable: true
10792+
deprecated: true
1079310793
type: string
1079410794
minLength: 2
1079510795
maxLength: 50
@@ -10915,6 +10915,7 @@ components:
1091510915
readOnly: true
1091610916
x-linode-cli-display: 2
1091710917
group:
10918+
deprecated: true
1091810919
type: string
1091910920
description: >
1092010921
The group of the Linode these settings are for. This is for display
@@ -11032,6 +11033,7 @@ components:
1103211033
considered up.
1103311034
example: it worked
1103411035
consultation_group:
11036+
deprecated: true
1103511037
type: string
1103611038
minLength: 0
1103711039
maxLength: 50

0 commit comments

Comments
 (0)