@@ -21889,49 +21889,49 @@ components:
21889
21889
items:
21890
21890
$ref: '#/components/schemas/Grant'
21891
21891
description: >
21892
- A collection of this User's permissions for each Linode that is owned by this Account.
21892
+ The grants this User has for each Linode that is owned by this Account.
21893
21893
database:
21894
21894
type: array
21895
21895
items:
21896
21896
$ref: '#/components/schemas/Grant'
21897
21897
description: >
21898
- A collection of this User's permissions for each Database that is owned by this Account.
21898
+ The grants this User has for each Database that is owned by this Account.
21899
21899
domain:
21900
21900
type: array
21901
21901
items:
21902
21902
$ref: '#/components/schemas/Grant'
21903
21903
description: >
21904
- A collection of this User's permissions for each Domain that is owned by this Account.
21904
+ The grants this User has for each Domain that is owned by this Account.
21905
21905
nodebalancer:
21906
21906
type: array
21907
21907
items:
21908
21908
$ref: '#/components/schemas/Grant'
21909
21909
description: >
21910
- A collection of this User's permissions for each NodeBalancer that is owned by this Account.
21910
+ The grants this User has for each NodeBalancer that is owned by this Account.
21911
21911
image:
21912
21912
type: array
21913
21913
items:
21914
21914
$ref: '#/components/schemas/Grant'
21915
21915
description: >
21916
- A collection of this User's permissions for each Image that is owned by this Account.
21916
+ The grants this User has for each Image that is owned by this Account.
21917
21917
longview:
21918
21918
type: array
21919
21919
items:
21920
21920
$ref: '#/components/schemas/Grant'
21921
21921
description: >
21922
- A collection of this User's permissions for each Longview Client that is owned by this Account.
21922
+ The grants this User has for each Longview Client that is owned by this Account.
21923
21923
stackscript:
21924
21924
type: array
21925
21925
items:
21926
21926
$ref: '#/components/schemas/Grant'
21927
21927
description: >
21928
- A collection of this User's permissions for each StackScript that is owned by this Account.
21928
+ The grants this User has for each StackScript that is owned by this Account.
21929
21929
volume:
21930
21930
type: array
21931
21931
items:
21932
21932
$ref: '#/components/schemas/Grant'
21933
21933
description: >
21934
- A collection of this User's permissions for each Block Storage Volume that is owned by this Account.
21934
+ The grants this User has for each Block Storage Volume that is owned by this Account.
21935
21935
Image:
21936
21936
type: object
21937
21937
description: Image object
0 commit comments