Skip to content

Commit 1d25ccb

Browse files
hzoppettileslitagordita
authored andcommitted
[Update] PUT /managed/contacts/{contactId} (#120)
* Updating Managed Contact schema object to allow nullable group and remove deprecated flag * Removed deprecated from `consultation_group` for ManagedService obj
1 parent e318d6d commit 1d25ccb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

openapi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14273,7 +14273,7 @@ components:
1427314273
example: null
1427414274
group:
1427514275
x-linode-filterable: true
14276-
deprecated: true
14276+
nullable: true
1427714277
type: string
1427814278
minLength: 2
1427914279
maxLength: 50
@@ -14523,7 +14523,6 @@ components:
1452314523
considered up.
1452414524
example: it worked
1452514525
consultation_group:
14526-
deprecated: true
1452714526
type: string
1452814527
minLength: 0
1452914528
maxLength: 50

0 commit comments

Comments
 (0)