@@ -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 :
@@ -4608,7 +4608,11 @@ paths:
4608
4608
- type
4609
4609
properties :
4610
4610
type :
4611
- $ref : ' #/components/schemas/LinodeBase/properties/type'
4611
+ type : string
4612
+ title : The ID representing the Linode Type.
4613
+ description : The ID representing the Linode Type.
4614
+ example : g5-standard-2
4615
+ x-linode-cli-display : 1
4612
4616
responses :
4613
4617
' 200 ' :
4614
4618
description : Resize started.
@@ -7731,13 +7735,13 @@ paths:
7731
7735
summary : List Grants
7732
7736
description : >
7733
7737
This returns a GrantsResponse describing what the acting user has been
7734
- 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
7735
7739
no body because unrestricted users have access to everything without
7736
- grants. This will not return information about entities you do not have
7737
- 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
7738
7742
applications to see what options you should present to the acting user
7739
7743
(for example, if they do not have `global.add_linodes`, you might not
7740
- 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
7741
7745
endpoint, as no OAuth scopes are required.
7742
7746
operationId : getProfileGrants
7743
7747
x-linode-cli-action : grants
@@ -7754,7 +7758,7 @@ paths:
7754
7758
$ref : ' #/components/schemas/GrantsResponse'
7755
7759
' 204 ' :
7756
7760
description : >
7757
- 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
7758
7762
everything on the account.
7759
7763
default :
7760
7764
$ref : ' #/components/responses/ErrorResponse'
@@ -8137,8 +8141,8 @@ paths:
8137
8141
- regions
8138
8142
summary : List Regions
8139
8143
description : |
8140
- Lists the regions available for Linode services. Not all services are guaranteed to be
8141
- available in all regions .
8144
+ Lists the Regions available for Linode services. Not all services are guaranteed to be
8145
+ available in all Regions .
8142
8146
operationId : getRegions
8143
8147
x-linode-cli-action : list
8144
8148
responses :
@@ -10075,13 +10079,13 @@ components:
10075
10079
description : >
10076
10080
A structure representing all grants a restricted user has on the
10077
10081
account. Not available for unrestricted users, as they have access to
10078
- everything without grants. If retrieved from the `/profile/grants`
10082
+ everything without grants. If retrieved from the `/profile/grants`
10079
10083
endpoint, entities to which a user has no access will be omitted.
10080
10084
properties :
10081
10085
global :
10082
10086
type : object
10083
10087
description : >
10084
- A structure containing the account-level grants a user has.
10088
+ A structure containing the account-level Gs a user has.
10085
10089
properties :
10086
10090
add_linodes :
10087
10091
type : boolean
@@ -10150,7 +10154,7 @@ components:
10150
10154
$ref : ' #/components/schemas/Grant'
10151
10155
description : >
10152
10156
The grants this user has pertaining to NodeBalancers on this
10153
- account. There will be one entry per NodeBalancer on the account.
10157
+ account. There will be one entry per NodeBalancer on the account.
10154
10158
image :
10155
10159
type : array
10156
10160
items :
@@ -10164,15 +10168,15 @@ components:
10164
10168
$ref : ' #/components/schemas/Grant'
10165
10169
description : >
10166
10170
The grants this user has pertaining to Longview Clients on this
10167
- account. There will be one entry per Longview Client on the
10171
+ account. There will be one entry per Longview Client on the
10168
10172
account.
10169
10173
stackscript :
10170
10174
type : array
10171
10175
items :
10172
10176
$ref : ' #/components/schemas/Grant'
10173
10177
description : >
10174
10178
The grants this user has pertaining to StackScripts on this
10175
- account. There will be one entry per StackScript on the account.
10179
+ account. There will be one entry per StackScript on the account.
10176
10180
volume :
10177
10181
type : array
10178
10182
items :
@@ -12779,14 +12783,14 @@ components:
12779
12783
id :
12780
12784
readOnly : true
12781
12785
type : string
12782
- title : The unique ID of this region .
12783
- description : The unique ID of this region .
12786
+ title : The unique ID of this Region .
12787
+ description : The unique ID of this Region .
12784
12788
example : us-east
12785
12789
x-linode-cli-display : 1
12786
12790
country :
12787
12791
type : string
12788
- title : The country where this region resides.
12789
- description : The country where this region resides.
12792
+ title : The country where this Region resides.
12793
+ description : The country where this Region resides.
12790
12794
example : us
12791
12795
readOnly : true
12792
12796
x-linode-cli-display : 2
0 commit comments