@@ -416,7 +416,7 @@ paths:
416
416
description : >
417
417
This endpoint returns a collection of Event objects representing
418
418
actions taken on your Account. The events returned depends on your
419
- Grants .
419
+ grants .
420
420
operationId : getEvents
421
421
x-linode-cli-action : list
422
422
security :
@@ -1443,10 +1443,10 @@ paths:
1443
1443
summary : List Users
1444
1444
description : >
1445
1445
Returns a paginated list of Users on your account. Users may access all
1446
- or part of your account based on their restricted status and Grants . An
1446
+ or part of your account based on their restricted status and grants . An
1447
1447
unrestricted user may access everything on the account, whereas restricted
1448
1448
user may only access entities or perform actions they've been given specific
1449
- Grants to.
1449
+ grants to.
1450
1450
operationId : getUsers
1451
1451
x-linode-cli-action : list
1452
1452
security :
@@ -1489,7 +1489,7 @@ paths:
1489
1489
description : >
1490
1490
Creates a new User on your account. Once created, the user will be
1491
1491
able to log in and access portions of your account. Access is
1492
- determined by whether or not they are restricted, and what Grants they
1492
+ determined by whether or not they are restricted, and what grants they
1493
1493
have been given.
1494
1494
operationId : createUser
1495
1495
x-linode-cli-action : create
@@ -1591,7 +1591,7 @@ paths:
1591
1591
description : >
1592
1592
Update information about a user on your account. This can be used to
1593
1593
change the restricted status of a user. When making a user restricted,
1594
- no Grants will be configured by default and you must then set up Grants
1594
+ no grants will be configured by default and you must then set up grants
1595
1595
in order for the user to access anything on the account.
1596
1596
operationId : updateUser
1597
1597
x-linode-cli-action : update
@@ -1634,7 +1634,7 @@ paths:
1634
1634
summary : Delete User
1635
1635
description : >
1636
1636
Deletes a user. The deleted user will be immediately logged out and
1637
- may no longer log in or perform any actions. All Grants that user had
1637
+ may no longer log in or perform any actions. All grants that user had
1638
1638
will be lost.
1639
1639
operationId : deleteUser
1640
1640
x-linode-cli-action : delete
@@ -1673,11 +1673,11 @@ paths:
1673
1673
x-linode-grant : unrestricted only
1674
1674
tags :
1675
1675
- account
1676
- summary : View User's Grants
1676
+ summary : View User's grants
1677
1677
description : >
1678
1678
Returns the full grants structure for this user. This includes all
1679
1679
entities on the account alongside what level of access this user has
1680
- to each of them. Individual users may view their own Grants at the
1680
+ to each of them. Individual users may view their own grants at the
1681
1681
[/profile/grants](/#operation/getProfileGrants)
1682
1682
endpoint, but will not see entities that they have no access to.
1683
1683
operationId : getUserGrants
@@ -1689,14 +1689,14 @@ paths:
1689
1689
- account:read_only
1690
1690
responses :
1691
1691
' 200 ' :
1692
- description : The user's Grants .
1692
+ description : The user's grants .
1693
1693
content :
1694
1694
application/json :
1695
1695
schema :
1696
1696
$ref : ' #/components/schemas/GrantsResponse'
1697
1697
' 204 ' :
1698
1698
description : >
1699
- This is an unrestricted user, and therefore has no Grants to return.
1699
+ This is an unrestricted user, and therefore has no grants to return.
1700
1700
This user may access everything on the account and perform all actions.
1701
1701
default :
1702
1702
$ref : ' #/components/responses/ErrorResponse'
@@ -1709,11 +1709,11 @@ paths:
1709
1709
x-linode-grant : unrestricted only
1710
1710
tags :
1711
1711
- account
1712
- summary : Update User's Grants
1712
+ summary : Update User's grants
1713
1713
description : >
1714
- Update the Grants a user has. This can be used to give a user access
1714
+ Update the grants a user has. This can be used to give a user access
1715
1715
to new entities or actions, or take access away. You do not need to
1716
- include the Grant for every entity on the account in this request; any
1716
+ include the grant for every entity on the account in this request; any
1717
1717
that are not included will remain unchanged.
1718
1718
operationId : updateUserGrants
1719
1719
x-linode-cli-action : update-grants
@@ -1723,7 +1723,7 @@ paths:
1723
1723
- oauth :
1724
1724
- account:read_write
1725
1725
requestBody :
1726
- description : The Grants to update. Omitted Grants will be left unchanged.
1726
+ description : The grants to update. Omitted grants will be left unchanged.
1727
1727
required : true
1728
1728
content :
1729
1729
application/json :
@@ -2550,7 +2550,7 @@ paths:
2550
2550
summary : Create Linode
2551
2551
description : |
2552
2552
This endpoint allows you to create a new Linode server on your account. In order for this
2553
- request to complete successfully, your user must have the `add_linodes` Grant . Creating a
2553
+ request to complete successfully, your user must have the `add_linodes` grant . Creating a
2554
2554
new Linode will incur a charge on your account.
2555
2555
2556
2556
Linodes can be created using one of the available types. See
@@ -3223,7 +3223,7 @@ paths:
3223
3223
description : >
3224
3224
You can clone your Linode's existing disks or configuration profiles to
3225
3225
another Linode on your account. In order for this request to complete
3226
- successfully, your user must have the `add_linodes` Grant . Cloning to a
3226
+ successfully, your user must have the `add_linodes` grant . Cloning to a
3227
3227
new Linode will incur a charge on your account.
3228
3228
3229
3229
If cloning to an existing Linode, any actions currently running or
@@ -7733,7 +7733,7 @@ paths:
7733
7733
This returns a GrantsResponse describing what the acting user has been
7734
7734
granted access to. For unrestricted users, this will return a 204 and
7735
7735
no body because unrestricted users have access to everything without
7736
- Grants . This will not return information about entities you do not have
7736
+ grants . This will not return information about entities you do not have
7737
7737
access to. This endpoint is useful when writing third-party OAuth
7738
7738
applications to see what options you should present to the acting user
7739
7739
(for example, if they do not have `global.add_linodes`, you might not
@@ -7754,7 +7754,7 @@ paths:
7754
7754
$ref : ' #/components/schemas/GrantsResponse'
7755
7755
' 204 ' :
7756
7756
description : >
7757
- This is an unrestricted user, who has no Grants . This user can access
7757
+ This is an unrestricted user, who has no grants . This user can access
7758
7758
everything on the account.
7759
7759
default :
7760
7760
$ref : ' #/components/responses/ErrorResponse'
@@ -8557,7 +8557,7 @@ paths:
8557
8557
description : >
8558
8558
This endpoint allows you to create a new Volume on your account. In order
8559
8559
for this to complete successfully, your user must have the `add_volumes`
8560
- Grant . Creating a new Volume will start accruing additional charges
8560
+ grant . Creating a new Volume will start accruing additional charges
8561
8561
on your account.
8562
8562
8563
8563
Volume service may not be available in all regions. See
@@ -8835,7 +8835,7 @@ paths:
8835
8835
description : >
8836
8836
This endpoint allows you to create a new Volume on your account. In
8837
8837
order for this request to complete successfully, your user must have the
8838
- `add_volumes` Grant . The new Volume will have the same size and data as
8838
+ `add_volumes` grant . The new Volume will have the same size and data as
8839
8839
the source Volume. Creating a new Volume will incur a charge on your
8840
8840
account.
8841
8841
tags :
@@ -9877,7 +9877,7 @@ components:
9877
9877
entity related to your Account. For example, booting a Linode would
9878
9878
create an Event.
9879
9879
9880
- The events returned depends on your Grants .
9880
+ The events returned depends on your grants .
9881
9881
properties :
9882
9882
id :
9883
9883
type : integer
@@ -10050,7 +10050,7 @@ components:
10050
10050
id :
10051
10051
type : integer
10052
10052
description : >
10053
- The ID of the entity this Grant applies to.
10053
+ The ID of the entity this grant applies to.
10054
10054
example : 123
10055
10055
permissions :
10056
10056
type : string
@@ -10065,16 +10065,16 @@ components:
10065
10065
label :
10066
10066
type : string
10067
10067
description : >
10068
- The current label of the entity this Grant applies to, for display
10068
+ The current label of the entity this grant applies to, for display
10069
10069
purposes.
10070
10070
example : example-entity
10071
10071
readOnly : true
10072
10072
GrantsResponse :
10073
10073
type : object
10074
10074
description : >
10075
- A structure representing all Grants a restricted user has on the
10075
+ A structure representing all grants a restricted user has on the
10076
10076
account. Not available for unrestricted users, as they have access to
10077
- everything without Grants . If retrieved from the `/profile/grants`
10077
+ everything without grants . If retrieved from the `/profile/grants`
10078
10078
endpoint, entities to which a user has no access will be omitted.
10079
10079
properties :
10080
10080
global :
@@ -10134,50 +10134,50 @@ components:
10134
10134
items :
10135
10135
$ref : ' #/components/schemas/Grant'
10136
10136
description : >
10137
- The Grants this user has pertaining to Linodes on this account.
10137
+ The grants this user has pertaining to Linodes on this account.
10138
10138
There will be one entry per Linode on the account.
10139
10139
domain :
10140
10140
type : array
10141
10141
items :
10142
10142
$ref : ' #/components/schemas/Grant'
10143
10143
description : >
10144
- The Grants this user has pertaining to Domains on this account.
10144
+ The grants this user has pertaining to Domains on this account.
10145
10145
There will be one entry per Domain on the account.
10146
10146
nodebalancer :
10147
10147
type : array
10148
10148
items :
10149
10149
$ref : ' #/components/schemas/Grant'
10150
10150
description : >
10151
- The Grants this user has pertaining to NodeBalancers on this
10152
- account. There will be one entry per NodeBalancer on the account.
10151
+ The grants this user has pertaining to NodeBalancers on this
10152
+ account. There will be one entry per NodeBalancer on the account.
10153
10153
image :
10154
10154
type : array
10155
10155
items :
10156
10156
$ref : ' #/components/schemas/Grant'
10157
10157
description : >
10158
- The Grants this user has pertaining to Images on this account.
10158
+ The grants this user has pertaining to Images on this account.
10159
10159
There will be one entry per Image on the account.
10160
10160
longview :
10161
10161
type : array
10162
10162
items :
10163
10163
$ref : ' #/components/schemas/Grant'
10164
10164
description : >
10165
- The Grants this user has pertaining to Longview Clients on this
10166
- account. There will be one entry per Longview Client on the
10165
+ The grants this user has pertaining to Longview Clients on this
10166
+ account. There will be one entry per Longview Client on the
10167
10167
account.
10168
10168
stackscript :
10169
10169
type : array
10170
10170
items :
10171
10171
$ref : ' #/components/schemas/Grant'
10172
10172
description : >
10173
- The Grants this user has pertaining to StackScripts on this
10174
- account. There will be one entry per StackScript on the account.
10173
+ The grants this user has pertaining to StackScripts on this
10174
+ account. There will be one entry per StackScript on the account.
10175
10175
volume :
10176
10176
type : array
10177
10177
items :
10178
10178
$ref : ' #/components/schemas/Grant'
10179
10179
description : >
10180
- The Grants this user has pertaining to Volumes on this account.
10180
+ The grants this user has pertaining to Volumes on this account.
10181
10181
There will be one entry per Volume on the account.
10182
10182
ImagePrivate :
10183
10183
type : object
0 commit comments