Skip to content

Commit 5cebda1

Browse files
author
Josh Sager
committed
Review of Profiles
ARB-648 #done
1 parent 8fe3d75 commit 5cebda1

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

openapi.yaml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3166,12 +3166,12 @@ paths:
31663166
x-linode-grant: read_write
31673167
summary: Boot Linode
31683168
description: |
3169-
Boots a Linode you have permission to modify. If no parameters are given, a config profile
3169+
Boots a Linode you have permission to modify. If no parameters are given, a Config profile
31703170
will be chosen for this boot based on the following criteria:
31713171
3172-
* If there is only one config profile for this Linode, it will be used.
3173-
* If there is more than one config profile, the last booted config will be used.
3174-
* If there is more than one config profile and none were the last to be booted, because the
3172+
* If there is only one Config profile for this Linode, it will be used.
3173+
* If there is more than one Config profile, the last booted config will be used.
3174+
* If there is more than one Config profile and none were the last to be booted, because the
31753175
Linode was never booted or the last booted config was deleted, an error will be returned.
31763176
tags:
31773177
- Linode Instances
@@ -3228,7 +3228,7 @@ paths:
32283228
x-linode-grant: add_linodes
32293229
summary: Clone Linode
32303230
description: >
3231-
You can clone your Linode's existing disks or configuration profiles to
3231+
You can clone your Linode's existing Disks or Configuration profiles to
32323232
another Linode on your Account. In order for this request to complete
32333233
successfully, your User must have the `add_linodes` grant. Cloning to a
32343234
new Linode will incur a charge on your Account.
@@ -3364,7 +3364,7 @@ paths:
33643364
parameters:
33653365
- name: linodeId
33663366
in: path
3367-
description: ID of the Linode to look up configuration profiles for.
3367+
description: ID of the Linode to look up Configuration profiles for.
33683368
required: true
33693369
schema:
33703370
type: integer
@@ -3377,7 +3377,7 @@ paths:
33773377
- Linode Instances
33783378
summary: List Configuration Profiles
33793379
description: |
3380-
Lists configuration profiles associated with a Linode.
3380+
Lists Configuration profiles associated with a Linode.
33813381
operationId: getLinodeConfigs
33823382
x-linode-cli-action: configs-list
33833383
security:
@@ -3387,7 +3387,7 @@ paths:
33873387
responses:
33883388
'200':
33893389
description: >
3390-
Returns an array of configuration profiles associated with this Linode.
3390+
Returns an array of Configuration profiles associated with this Linode.
33913391
content:
33923392
application/json:
33933393
schema:
@@ -3416,7 +3416,7 @@ paths:
34163416
- Linode Instances
34173417
summary: Create Configuration Profile
34183418
description: >
3419-
Adds a new configuration profile to a Linode.
3419+
Adds a new Configuration profile to a Linode.
34203420
operationId: addLinodeConfig
34213421
x-linode-cli-action: config-create
34223422
security:
@@ -3425,7 +3425,7 @@ paths:
34253425
- linodes:read_write
34263426
requestBody:
34273427
description: >
3428-
The parameters to set when creating the configuration profile.
3428+
The parameters to set when creating the Configuration profile.
34293429
34303430
This determines which kernel, devices, how much memory, etc. a Linode boots with.
34313431
required: true
@@ -3436,7 +3436,7 @@ paths:
34363436
responses:
34373437
'200':
34383438
description: |
3439-
A configuration profile was created.
3439+
A Configuration profile was created.
34403440
content:
34413441
application/json:
34423442
schema:
@@ -3481,13 +3481,13 @@ paths:
34813481
parameters:
34823482
- name: linodeId
34833483
in: path
3484-
description: The ID of the Linode whose configuration profile to look up.
3484+
description: The ID of the Linode whose Configuration profile to look up.
34853485
required: true
34863486
schema:
34873487
type: integer
34883488
- name: configId
34893489
in: path
3490-
description: The ID of the configuration profile to look up.
3490+
description: The ID of the Configuration profile to look up.
34913491
required: true
34923492
schema:
34933493
type: integer
@@ -3498,7 +3498,7 @@ paths:
34983498
x-linode-grant: read_only
34993499
summary: View Configuration Profile
35003500
description: >
3501-
Returns information about a specific configuration profile.
3501+
Returns information about a specific Configuration profile.
35023502
operationId: getLinodeConfig
35033503
x-linode-cli-action: config-view
35043504
security:
@@ -3507,7 +3507,7 @@ paths:
35073507
- linodes:read_only
35083508
responses:
35093509
'200':
3510-
description: A configuration profile object.
3510+
description: A Configuration profile object.
35113511
content:
35123512
application/json:
35133513
schema:
@@ -3526,7 +3526,7 @@ paths:
35263526
x-linode-grant: read_write
35273527
summary: Update Configuration Profile
35283528
description: >
3529-
Updates the parameters of a single configuration profile.
3529+
Updates the parameters of a single Configuration profile.
35303530
tags:
35313531
- Linode Instances
35323532
operationId: updateLinodeConfig
@@ -3536,7 +3536,7 @@ paths:
35363536
- oauth:
35373537
- linodes:read_write
35383538
requestBody:
3539-
description: The configuration profile parameters to modify.
3539+
description: The Configuration profile parameters to modify.
35403540
required: true
35413541
content:
35423542
application/json:
@@ -3588,7 +3588,7 @@ paths:
35883588
delete:
35893589
summary: Delete Configuration Profile
35903590
description: >
3591-
Deletes the specified configuration profile from the specified Linode.
3591+
Deletes the specified Configuration profile from the specified Linode.
35923592
x-linode-grant: read_write
35933593
tags:
35943594
- Linode Instances
@@ -7538,8 +7538,8 @@ paths:
75387538
summary: View Profile
75397539
description: >
75407540
Returns information about the current User. This can be used to see
7541-
who is acting in applications where more than one token is managed, for
7542-
example in third-party OAuth applications. This endpoint is always
7541+
who is acting in applications where more than one token is managed. For
7542+
example, in third-party OAuth applications. This endpoint is always
75437543
accessible, no matter what OAuth scopes the acting token has.
75447544
operationId: getProfile
75457545
x-linode-cli-action: view
@@ -7568,7 +7568,7 @@ paths:
75687568
- profile
75697569
summary: Update Profile
75707570
description: >
7571-
Update information in your profile. This option is _not_ available to
7571+
Update information in your Profile. This option is _not_ available to
75727572
all third-party clients.
75737573
operationId: updateProfile
75747574
x-linode-cli-action: update
@@ -7832,7 +7832,7 @@ paths:
78327832
secret:
78337833
type: string
78347834
description: >
7835-
Your two-factor secret. This is used to generate
7835+
Your Two Factor secret. This is used to generate
78367836
time-based two factor codes required for login. Doing
78377837
this will be required to confirm TFA an actually enable it.
78387838
example: 5FXX6KLACOC33GTC
@@ -8108,7 +8108,7 @@ paths:
81088108
summary: Revoke Personal Access Token
81098109
description: >
81108110
Immediately revokes a Personal Access Token. The token will be invalidated
8111-
immediately, and requests using that token will fail with a 401. It _is_
8111+
immediately, and requests using that token will fail with a 401. It is
81128112
possible to revoke access to the token making the request to revoke a token,
81138113
but keep in mind that doing so could lose you access to the api and require
81148114
you to create a new token through some other means.
@@ -8562,7 +8562,7 @@ paths:
85628562
This endpoint allows you to create a new Volume on your Account. In order
85638563
for this to complete successfully, your User must have the `add_volumes`
85648564
grant. Creating a new Volume will start accruing additional charges
8565-
on your Account.
8565+
on your account.
85668566
85678567
Volume service may not be available in all Regions. See
85688568
[GET /regions](/#operation/getRegions)
@@ -9382,7 +9382,7 @@ components:
93829382
example: My Debian 9 Config
93839383
readOnly: true
93849384
description: >
9385-
A list of the labels of the configuration profiles that are part
9385+
A list of the labels of the Configuration profiles that are part
93869386
of the Backup.
93879387
disks:
93889388
type: array
@@ -10068,7 +10068,7 @@ components:
1006810068
id:
1006910069
type: integer
1007010070
description: >
10071-
The ID of the entity this Grant applies to.
10071+
The ID of the entity this grant applies to.
1007210072
example: 123
1007310073
permissions:
1007410074
type: string
@@ -10083,7 +10083,7 @@ components:
1008310083
label:
1008410084
type: string
1008510085
description: >
10086-
The current label of the entity this Grant applies to, for display
10086+
The current label of the entity this grant applies to, for display
1008710087
purposes.
1008810088
example: example-entity
1008910089
readOnly: true
@@ -12770,9 +12770,9 @@ components:
1277012770
two_factor_auth:
1277112771
type: boolean
1277212772
description: >
12773-
If true, logins from untrusted computers will require two-factor
12774-
authentication. See [/profile/tfa-enable](/#operation/tfaEnable) to enable two-factor
12775-
authentication.
12773+
If true, logins from untrusted computers will require Two Factor
12774+
Authentication. See [/profile/tfa-enable](/#operation/tfaEnable) to
12775+
enable Two Factor Authentication.
1277612776
example: true
1277712777
x-linode-cli-display: 4
1277812778
restricted:

0 commit comments

Comments
 (0)