Skip to content

Commit 30e38a8

Browse files
authored
Merge pull request #754 from linode/release-4.143.2
Release 4.143.2
2 parents 1935391 + 1ccd4cc commit 30e38a8

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

openapi.yaml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.143.1
3+
version: 4.143.2
44

55
title: Linode API
66
description: |
@@ -21529,6 +21529,7 @@ components:
2152921529
username:
2153021530
type: string
2153121531
readOnly: true
21532+
nullable: true
2153221533
description: >
2153321534
The username of the User who caused the Event.
2153421535
example: exampleUser
@@ -21889,51 +21890,49 @@ components:
2188921890
items:
2189021891
$ref: '#/components/schemas/Grant'
2189121892
description: >
21892-
The grants this User has pertaining to Linodes on this Account.
21893-
There will be one entry per Linode on the Account.
21893+
The grants this User has for each Linode that is owned by this Account.
21894+
database:
21895+
type: array
21896+
items:
21897+
$ref: '#/components/schemas/Grant'
21898+
description: >
21899+
The grants this User has for each Database that is owned by this Account.
2189421900
domain:
2189521901
type: array
2189621902
items:
2189721903
$ref: '#/components/schemas/Grant'
2189821904
description: >
21899-
The grants this User has pertaining to Domains on this Account.
21900-
There will be one entry per Domain on the Account.
21905+
The grants this User has for each Domain that is owned by this Account.
2190121906
nodebalancer:
2190221907
type: array
2190321908
items:
2190421909
$ref: '#/components/schemas/Grant'
2190521910
description: >
21906-
The grants this User has pertaining to NodeBalancers on this
21907-
Account. There will be one entry per NodeBalancer on the Account.
21911+
The grants this User has for each NodeBalancer that is owned by this Account.
2190821912
image:
2190921913
type: array
2191021914
items:
2191121915
$ref: '#/components/schemas/Grant'
2191221916
description: >
21913-
The grants this User has pertaining to Images on this Account.
21914-
There will be one entry per Image on the Account.
21917+
The grants this User has for each Image that is owned by this Account.
2191521918
longview:
2191621919
type: array
2191721920
items:
2191821921
$ref: '#/components/schemas/Grant'
2191921922
description: >
21920-
The grants this User has pertaining to Longview Clients on this
21921-
Account. There will be one entry per Longview Client on the
21922-
Account.
21923+
The grants this User has for each Longview Client that is owned by this Account.
2192321924
stackscript:
2192421925
type: array
2192521926
items:
2192621927
$ref: '#/components/schemas/Grant'
2192721928
description: >
21928-
The grants this User has pertaining to StackScripts on this
21929-
Account. There will be one entry per StackScript on the Account.
21929+
The grants this User has for each StackScript that is owned by this Account.
2193021930
volume:
2193121931
type: array
2193221932
items:
2193321933
$ref: '#/components/schemas/Grant'
2193421934
description: >
21935-
The grants this User has pertaining to Volumes on this Account.
21936-
There will be one entry per Volume on the Account.
21935+
The grants this User has for each Block Storage Volume that is owned by this Account.
2193721936
Image:
2193821937
type: object
2193921938
description: Image object

0 commit comments

Comments
 (0)