@@ -1633,8 +1633,8 @@ paths:
1633
1633
- account
1634
1634
summary : Delete User
1635
1635
description : >
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
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
1638
1638
will be lost.
1639
1639
operationId : deleteUser
1640
1640
x-linode-cli-action : delete
@@ -1673,9 +1673,9 @@ 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
- Returns the full grants structure for this user. This includes all
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
1680
to each of them. Individual users may view their own grants at the
1681
1681
[/profile/grants](/#operation/getProfileGrants)
@@ -1709,10 +1709,10 @@ 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
1715
- to new entities or actions, or take access away. You do not need to
1714
+ Update the grants a user has. This can be used to give a user access
1715
+ to new entities or actions, or take access away. You do not need to
1716
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
@@ -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 :
@@ -7735,13 +7735,13 @@ paths:
7735
7735
summary : List Grants
7736
7736
description : >
7737
7737
This returns a GrantsResponse describing what the acting user has been
7738
- granted access to. For unrestricted users, this will return a 204 and
7738
+ granted access to. For unrestricted users, this will return a 204 and
7739
7739
no body because unrestricted users have access to everything without
7740
- grants. This will not return information about entities you do not have
7741
- access to. This endpoint is useful when writing third-party OAuth
7740
+ grants. This will not return information about entities you do not have
7741
+ access to. This endpoint is useful when writing third-party OAuth
7742
7742
applications to see what options you should present to the acting user
7743
7743
(for example, if they do not have `global.add_linodes`, you might not
7744
- display a button to deploy a new Linode). Any client may access this
7744
+ display a button to deploy a new Linode). Any client may access this
7745
7745
endpoint, as no OAuth scopes are required.
7746
7746
operationId : getProfileGrants
7747
7747
x-linode-cli-action : grants
@@ -7758,7 +7758,7 @@ paths:
7758
7758
$ref : ' #/components/schemas/GrantsResponse'
7759
7759
' 204 ' :
7760
7760
description : >
7761
- This is an unrestricted user, who has no grants. This user can access
7761
+ This is an unrestricted user, who has no grants. This user can access
7762
7762
everything on the account.
7763
7763
default :
7764
7764
$ref : ' #/components/responses/ErrorResponse'
@@ -8141,8 +8141,8 @@ paths:
8141
8141
- regions
8142
8142
summary : List Regions
8143
8143
description : |
8144
- Lists the regions available for Linode services. Not all services are guaranteed to be
8145
- available in all regions .
8144
+ Lists the Regions available for Linode services. Not all services are guaranteed to be
8145
+ available in all Regions .
8146
8146
operationId : getRegions
8147
8147
x-linode-cli-action : list
8148
8148
responses :
@@ -10078,13 +10078,13 @@ components:
10078
10078
description : >
10079
10079
A structure representing all grants a restricted user has on the
10080
10080
account. Not available for unrestricted users, as they have access to
10081
- everything without grants. If retrieved from the `/profile/grants`
10081
+ everything without grants. If retrieved from the `/profile/grants`
10082
10082
endpoint, entities to which a user has no access will be omitted.
10083
10083
properties :
10084
10084
global :
10085
10085
type : object
10086
10086
description : >
10087
- A structure containing the account-level grants a user has.
10087
+ A structure containing the account-level Gs a user has.
10088
10088
properties :
10089
10089
add_linodes :
10090
10090
type : boolean
@@ -10153,7 +10153,7 @@ components:
10153
10153
$ref : ' #/components/schemas/Grant'
10154
10154
description : >
10155
10155
The grants this user has pertaining to NodeBalancers on this
10156
- account. There will be one entry per NodeBalancer on the account.
10156
+ account. There will be one entry per NodeBalancer on the account.
10157
10157
image :
10158
10158
type : array
10159
10159
items :
@@ -10167,15 +10167,15 @@ components:
10167
10167
$ref : ' #/components/schemas/Grant'
10168
10168
description : >
10169
10169
The grants this user has pertaining to Longview Clients on this
10170
- account. There will be one entry per Longview Client on the
10170
+ account. There will be one entry per Longview Client on the
10171
10171
account.
10172
10172
stackscript :
10173
10173
type : array
10174
10174
items :
10175
10175
$ref : ' #/components/schemas/Grant'
10176
10176
description : >
10177
10177
The grants this user has pertaining to StackScripts on this
10178
- account. There will be one entry per StackScript on the account.
10178
+ account. There will be one entry per StackScript on the account.
10179
10179
volume :
10180
10180
type : array
10181
10181
items :
@@ -12782,14 +12782,14 @@ components:
12782
12782
id :
12783
12783
readOnly : true
12784
12784
type : string
12785
- title : The unique ID of this region .
12786
- description : The unique ID of this region .
12785
+ title : The unique ID of this Region .
12786
+ description : The unique ID of this Region .
12787
12787
example : us-east
12788
12788
x-linode-cli-display : 1
12789
12789
country :
12790
12790
type : string
12791
- title : The country where this region resides.
12792
- description : The country where this region resides.
12791
+ title : The country where this Region resides.
12792
+ description : The country where this Region resides.
12793
12793
example : us
12794
12794
readOnly : true
12795
12795
x-linode-cli-display : 2
0 commit comments