@@ -3166,12 +3166,12 @@ paths:
3166
3166
x-linode-grant : read_write
3167
3167
summary : Boot Linode
3168
3168
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
3170
3170
will be chosen for this boot based on the following criteria:
3171
3171
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
3175
3175
Linode was never booted or the last booted config was deleted, an error will be returned.
3176
3176
tags :
3177
3177
- Linode Instances
@@ -3228,7 +3228,7 @@ paths:
3228
3228
x-linode-grant : add_linodes
3229
3229
summary : Clone Linode
3230
3230
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
3232
3232
another Linode on your Account. In order for this request to complete
3233
3233
successfully, your User must have the `add_linodes` grant. Cloning to a
3234
3234
new Linode will incur a charge on your Account.
@@ -3364,7 +3364,7 @@ paths:
3364
3364
parameters :
3365
3365
- name : linodeId
3366
3366
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.
3368
3368
required : true
3369
3369
schema :
3370
3370
type : integer
@@ -3377,7 +3377,7 @@ paths:
3377
3377
- Linode Instances
3378
3378
summary : List Configuration Profiles
3379
3379
description : |
3380
- Lists configuration profiles associated with a Linode.
3380
+ Lists Configuration profiles associated with a Linode.
3381
3381
operationId : getLinodeConfigs
3382
3382
x-linode-cli-action : configs-list
3383
3383
security :
@@ -3387,7 +3387,7 @@ paths:
3387
3387
responses :
3388
3388
' 200 ' :
3389
3389
description : >
3390
- Returns an array of configuration profiles associated with this Linode.
3390
+ Returns an array of Configuration profiles associated with this Linode.
3391
3391
content :
3392
3392
application/json :
3393
3393
schema :
@@ -3416,7 +3416,7 @@ paths:
3416
3416
- Linode Instances
3417
3417
summary : Create Configuration Profile
3418
3418
description : >
3419
- Adds a new configuration profile to a Linode.
3419
+ Adds a new Configuration profile to a Linode.
3420
3420
operationId : addLinodeConfig
3421
3421
x-linode-cli-action : config-create
3422
3422
security :
@@ -3425,7 +3425,7 @@ paths:
3425
3425
- linodes:read_write
3426
3426
requestBody :
3427
3427
description : >
3428
- The parameters to set when creating the configuration profile.
3428
+ The parameters to set when creating the Configuration profile.
3429
3429
3430
3430
This determines which kernel, devices, how much memory, etc. a Linode boots with.
3431
3431
required : true
@@ -3436,7 +3436,7 @@ paths:
3436
3436
responses :
3437
3437
' 200 ' :
3438
3438
description : |
3439
- A configuration profile was created.
3439
+ A Configuration profile was created.
3440
3440
content :
3441
3441
application/json :
3442
3442
schema :
@@ -3481,13 +3481,13 @@ paths:
3481
3481
parameters :
3482
3482
- name : linodeId
3483
3483
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.
3485
3485
required : true
3486
3486
schema :
3487
3487
type : integer
3488
3488
- name : configId
3489
3489
in : path
3490
- description : The ID of the configuration profile to look up.
3490
+ description : The ID of the Configuration profile to look up.
3491
3491
required : true
3492
3492
schema :
3493
3493
type : integer
@@ -3498,7 +3498,7 @@ paths:
3498
3498
x-linode-grant : read_only
3499
3499
summary : View Configuration Profile
3500
3500
description : >
3501
- Returns information about a specific configuration profile.
3501
+ Returns information about a specific Configuration profile.
3502
3502
operationId : getLinodeConfig
3503
3503
x-linode-cli-action : config-view
3504
3504
security :
@@ -3507,7 +3507,7 @@ paths:
3507
3507
- linodes:read_only
3508
3508
responses :
3509
3509
' 200 ' :
3510
- description : A configuration profile object.
3510
+ description : A Configuration profile object.
3511
3511
content :
3512
3512
application/json :
3513
3513
schema :
@@ -3526,7 +3526,7 @@ paths:
3526
3526
x-linode-grant : read_write
3527
3527
summary : Update Configuration Profile
3528
3528
description : >
3529
- Updates the parameters of a single configuration profile.
3529
+ Updates the parameters of a single Configuration profile.
3530
3530
tags :
3531
3531
- Linode Instances
3532
3532
operationId : updateLinodeConfig
@@ -3536,7 +3536,7 @@ paths:
3536
3536
- oauth :
3537
3537
- linodes:read_write
3538
3538
requestBody :
3539
- description : The configuration profile parameters to modify.
3539
+ description : The Configuration profile parameters to modify.
3540
3540
required : true
3541
3541
content :
3542
3542
application/json :
@@ -3588,7 +3588,7 @@ paths:
3588
3588
delete :
3589
3589
summary : Delete Configuration Profile
3590
3590
description : >
3591
- Deletes the specified configuration profile from the specified Linode.
3591
+ Deletes the specified Configuration profile from the specified Linode.
3592
3592
x-linode-grant : read_write
3593
3593
tags :
3594
3594
- Linode Instances
@@ -7538,8 +7538,8 @@ paths:
7538
7538
summary : View Profile
7539
7539
description : >
7540
7540
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
7543
7543
accessible, no matter what OAuth scopes the acting token has.
7544
7544
operationId : getProfile
7545
7545
x-linode-cli-action : view
@@ -7568,7 +7568,7 @@ paths:
7568
7568
- profile
7569
7569
summary : Update Profile
7570
7570
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
7572
7572
all third-party clients.
7573
7573
operationId : updateProfile
7574
7574
x-linode-cli-action : update
@@ -7832,7 +7832,7 @@ paths:
7832
7832
secret :
7833
7833
type : string
7834
7834
description : >
7835
- Your two-factor secret. This is used to generate
7835
+ Your Two Factor secret. This is used to generate
7836
7836
time-based two factor codes required for login. Doing
7837
7837
this will be required to confirm TFA an actually enable it.
7838
7838
example : 5FXX6KLACOC33GTC
@@ -8108,7 +8108,7 @@ paths:
8108
8108
summary : Revoke Personal Access Token
8109
8109
description : >
8110
8110
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
8112
8112
possible to revoke access to the token making the request to revoke a token,
8113
8113
but keep in mind that doing so could lose you access to the api and require
8114
8114
you to create a new token through some other means.
@@ -8562,7 +8562,7 @@ paths:
8562
8562
This endpoint allows you to create a new Volume on your Account. In order
8563
8563
for this to complete successfully, your User must have the `add_volumes`
8564
8564
grant. Creating a new Volume will start accruing additional charges
8565
- on your Account .
8565
+ on your account .
8566
8566
8567
8567
Volume service may not be available in all Regions. See
8568
8568
[GET /regions](/#operation/getRegions)
@@ -9382,7 +9382,7 @@ components:
9382
9382
example : My Debian 9 Config
9383
9383
readOnly : true
9384
9384
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
9386
9386
of the Backup.
9387
9387
disks :
9388
9388
type : array
@@ -10068,7 +10068,7 @@ components:
10068
10068
id :
10069
10069
type : integer
10070
10070
description : >
10071
- The ID of the entity this Grant applies to.
10071
+ The ID of the entity this grant applies to.
10072
10072
example : 123
10073
10073
permissions :
10074
10074
type : string
@@ -10083,7 +10083,7 @@ components:
10083
10083
label :
10084
10084
type : string
10085
10085
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
10087
10087
purposes.
10088
10088
example : example-entity
10089
10089
readOnly : true
@@ -12770,9 +12770,9 @@ components:
12770
12770
two_factor_auth :
12771
12771
type : boolean
12772
12772
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 .
12776
12776
example : true
12777
12777
x-linode-cli-display : 4
12778
12778
restricted :
0 commit comments