Skip to content

Commit d47be99

Browse files
DorthuGitHub Enterprise
authored andcommitted
Merge branch 'development' into review-managed
2 parents 48a3cbf + 327b196 commit d47be99

File tree

1 file changed

+29
-25
lines changed

1 file changed

+29
-25
lines changed

openapi.yaml

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,8 +1633,8 @@ paths:
16331633
- account
16341634
summary: Delete User
16351635
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
16381638
will be lost.
16391639
operationId: deleteUser
16401640
x-linode-cli-action: delete
@@ -1673,9 +1673,9 @@ paths:
16731673
x-linode-grant: unrestricted only
16741674
tags:
16751675
- account
1676-
summary: View User's Grants
1676+
summary: View User's grants
16771677
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
16791679
entities on the account alongside what level of access this user has
16801680
to each of them. Individual users may view their own grants at the
16811681
[/profile/grants](/#operation/getProfileGrants)
@@ -1709,10 +1709,10 @@ paths:
17091709
x-linode-grant: unrestricted only
17101710
tags:
17111711
- account
1712-
summary: Update User's Grants
1712+
summary: Update User's grants
17131713
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
17161716
include the grant for every entity on the account in this request; any
17171717
that are not included will remain unchanged.
17181718
operationId: updateUserGrants
@@ -1723,7 +1723,7 @@ paths:
17231723
- oauth:
17241724
- account:read_write
17251725
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.
17271727
required: true
17281728
content:
17291729
application/json:
@@ -4608,7 +4608,11 @@ paths:
46084608
- type
46094609
properties:
46104610
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
46124616
responses:
46134617
'200':
46144618
description: Resize started.
@@ -7731,13 +7735,13 @@ paths:
77317735
summary: List Grants
77327736
description: >
77337737
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
77357739
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
77387742
applications to see what options you should present to the acting user
77397743
(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
77417745
endpoint, as no OAuth scopes are required.
77427746
operationId: getProfileGrants
77437747
x-linode-cli-action: grants
@@ -7754,7 +7758,7 @@ paths:
77547758
$ref: '#/components/schemas/GrantsResponse'
77557759
'204':
77567760
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
77587762
everything on the account.
77597763
default:
77607764
$ref: '#/components/responses/ErrorResponse'
@@ -8137,8 +8141,8 @@ paths:
81378141
- regions
81388142
summary: List Regions
81398143
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.
81428146
operationId: getRegions
81438147
x-linode-cli-action: list
81448148
responses:
@@ -10075,13 +10079,13 @@ components:
1007510079
description: >
1007610080
A structure representing all grants a restricted user has on the
1007710081
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`
1007910083
endpoint, entities to which a user has no access will be omitted.
1008010084
properties:
1008110085
global:
1008210086
type: object
1008310087
description: >
10084-
A structure containing the account-level grants a user has.
10088+
A structure containing the account-level Gs a user has.
1008510089
properties:
1008610090
add_linodes:
1008710091
type: boolean
@@ -10150,7 +10154,7 @@ components:
1015010154
$ref: '#/components/schemas/Grant'
1015110155
description: >
1015210156
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.
1015410158
image:
1015510159
type: array
1015610160
items:
@@ -10164,15 +10168,15 @@ components:
1016410168
$ref: '#/components/schemas/Grant'
1016510169
description: >
1016610170
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
1016810172
account.
1016910173
stackscript:
1017010174
type: array
1017110175
items:
1017210176
$ref: '#/components/schemas/Grant'
1017310177
description: >
1017410178
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.
1017610180
volume:
1017710181
type: array
1017810182
items:
@@ -12779,14 +12783,14 @@ components:
1277912783
id:
1278012784
readOnly: true
1278112785
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.
1278412788
example: us-east
1278512789
x-linode-cli-display: 1
1278612790
country:
1278712791
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.
1279012794
example: us
1279112795
readOnly: true
1279212796
x-linode-cli-display: 2

0 commit comments

Comments
 (0)