Skip to content

Commit 327b196

Browse files
DorthuGitHub Enterprise
authored andcommitted
Merge pull request #75 from jsager/review-regions
Copy review/edits for Regions
2 parents 6c616bb + 5d36551 commit 327b196

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

openapi.yaml

Lines changed: 24 additions & 24 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:
@@ -7735,13 +7735,13 @@ paths:
77357735
summary: List Grants
77367736
description: >
77377737
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
77397739
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
77427742
applications to see what options you should present to the acting user
77437743
(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
77457745
endpoint, as no OAuth scopes are required.
77467746
operationId: getProfileGrants
77477747
x-linode-cli-action: grants
@@ -7758,7 +7758,7 @@ paths:
77587758
$ref: '#/components/schemas/GrantsResponse'
77597759
'204':
77607760
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
77627762
everything on the account.
77637763
default:
77647764
$ref: '#/components/responses/ErrorResponse'
@@ -8141,8 +8141,8 @@ paths:
81418141
- regions
81428142
summary: List Regions
81438143
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.
81468146
operationId: getRegions
81478147
x-linode-cli-action: list
81488148
responses:
@@ -10078,13 +10078,13 @@ components:
1007810078
description: >
1007910079
A structure representing all grants a restricted user has on the
1008010080
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`
1008210082
endpoint, entities to which a user has no access will be omitted.
1008310083
properties:
1008410084
global:
1008510085
type: object
1008610086
description: >
10087-
A structure containing the account-level grants a user has.
10087+
A structure containing the account-level Gs a user has.
1008810088
properties:
1008910089
add_linodes:
1009010090
type: boolean
@@ -10153,7 +10153,7 @@ components:
1015310153
$ref: '#/components/schemas/Grant'
1015410154
description: >
1015510155
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.
1015710157
image:
1015810158
type: array
1015910159
items:
@@ -10167,15 +10167,15 @@ components:
1016710167
$ref: '#/components/schemas/Grant'
1016810168
description: >
1016910169
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
1017110171
account.
1017210172
stackscript:
1017310173
type: array
1017410174
items:
1017510175
$ref: '#/components/schemas/Grant'
1017610176
description: >
1017710177
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.
1017910179
volume:
1018010180
type: array
1018110181
items:
@@ -12782,14 +12782,14 @@ components:
1278212782
id:
1278312783
readOnly: true
1278412784
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.
1278712787
example: us-east
1278812788
x-linode-cli-display: 1
1278912789
country:
1279012790
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.
1279312793
example: us
1279412794
readOnly: true
1279512795
x-linode-cli-display: 2

0 commit comments

Comments
 (0)