Skip to content

Commit 4137a00

Browse files
authored
Merge pull request #829 from linode/release-4.159.0
Release 4.159.0
2 parents 249bacd + bce94c9 commit 4137a00

File tree

1 file changed

+52
-26
lines changed

1 file changed

+52
-26
lines changed

openapi.yaml

Lines changed: 52 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.158.1
3+
version: 4.159.0
44

55
title: Linode API
66
description: |
@@ -566,7 +566,7 @@ paths:
566566
example: "I'm consolidating multiple accounts into one."
567567
responses:
568568
'200':
569-
description: Account cancelled
569+
description: Account canceled
570570
content:
571571
application/json:
572572
schema:
@@ -591,7 +591,7 @@ paths:
591591
reason:
592592
type: string
593593
description: >
594-
A string explaining that the account could not be cancelled
594+
A string explaining that the account could not be canceled
595595
because there is an outstanding balance on the account
596596
that must be paid first.
597597
example: >
@@ -811,7 +811,7 @@ paths:
811811
responses:
812812
'200':
813813
description: >
814-
Entity Transfer cancelled.
814+
Entity Transfer canceled.
815815
content:
816816
application/json:
817817
schema:
@@ -1268,7 +1268,7 @@ paths:
12681268
- Account
12691269
summary: Maintenance List
12701270
description: |
1271-
Returns a collection of Maintenance objects for any entity a user has permissions to view. Cancelled Maintenance objects are not returned.
1271+
Returns a collection of Maintenance objects for any entity a user has permissions to view. Canceled Maintenance objects are not returned.
12721272

12731273
Currently, Linodes are the only entities available for viewing.
12741274
operationId: getMaintenance
@@ -2431,7 +2431,7 @@ paths:
24312431

24322432
While a transfer is pending, any unrestricted user *of any account* can access this command. After a
24332433
transfer has been accepted, it can only be viewed by unrestricted users of the accounts that created and
2434-
accepted the transfer. If cancelled or expired, only unrestricted users of the account that created the
2434+
accepted the transfer. If canceled or expired, only unrestricted users of the account that created the
24352435
transfer can view it.
24362436
operationId: getServiceTransfer
24372437
x-linode-cli-action: view
@@ -2464,12 +2464,9 @@ paths:
24642464
- account
24652465
summary: Service Transfer Cancel
24662466
description: |
2467-
Cancels the Service Transfer for the provided token. Once cancelled, a transfer cannot be accepted or otherwise
2468-
acted on in any way. If cancelled in error, the transfer must be
2469-
[created](/docs/api/account/#service-transfer-create) again.
2467+
Cancels the Service Transfer for the provided token. Once canceled, a transfer cannot be accepted or otherwise acted on in any way. If canceled in error, the transfer must be [created](/docs/api/account/#service-transfer-create) again.
24702468

2471-
When cancelled, an email notification for the cancellation is sent to the account that created
2472-
this transfer. Transfers can not be cancelled if they are expired or have been accepted.
2469+
When canceled, an email notification for the cancellation is sent to the account that created this transfer. Transfers can not be canceled if they are expired or have been accepted.
24732470

24742471
This command can only be accessed by the unrestricted users of the account that created this transfer.
24752472
operationId: deleteServiceTransfer
@@ -2481,7 +2478,7 @@ paths:
24812478
responses:
24822479
'200':
24832480
description: >
2484-
Service Transfer cancelled.
2481+
Service Transfer canceled.
24852482
content:
24862483
application/json:
24872484
schema:
@@ -3786,7 +3783,7 @@ paths:
37863783

37873784
Requires `read_write` access to the Database.
37883785

3789-
The Database must have an `active` status to perform this command.
3786+
The Database must have an `active`, `degraded`, or `failed` status to perform this command.
37903787

37913788
**Note**: Restoring from a backup will erase all existing data on the database instance and replace it with backup data.
37923789

@@ -4542,7 +4539,7 @@ paths:
45424539

45434540
Requires `read_write` access to the Database.
45444541

4545-
The Database must have an `active` status to perform this command.
4542+
The Database must have an `active`, `degraded`, or `failed` status to perform this command.
45464543

45474544
**Note**: Restoring from a backup will erase all existing data on the database instance and replace it with backup data.
45484545

@@ -5721,7 +5718,7 @@ paths:
57215718
with the URL to which image data can be uploaded.
57225719

57235720
- Image data must be uploaded within 24 hours of creation or the
5724-
upload will be cancelled and the image deleted.
5721+
upload will be canceled and the image deleted.
57255722

57265723
- Image uploads should be made as an HTTP PUT request to the URL returned in the `upload_to`
57275724
response parameter, with a `Content-type: application/octet-stream` header included in the
@@ -6508,7 +6505,7 @@ paths:
65086505
- linodes:read_write
65096506
responses:
65106507
'200':
6511-
description: Backup service was cancelled for the specified Linode.
6508+
description: Backup service was canceled for the specified Linode.
65126509
content:
65136510
application/json:
65146511
schema:
@@ -18990,6 +18987,7 @@ components:
1899018987
The name of the application you've authorized.
1899118988
example: example-app
1899218989
readOnly: true
18990+
x-linode-filterable: true
1899318991
x-linode-cli-display: 2
1899418992
thumbnail_url:
1899518993
type: string
@@ -19417,7 +19415,7 @@ components:
1941719415
description: |
1941819416
The label for the Database snapshot backup.
1941919417

19420-
* Must include only ASCII letters or numbers.
19418+
* Must include only ASCII letters, numbers, or underscores.
1942119419
* Must be unique among other backup labels for this Database.
1942219420
example: db-snapshot
1942319421
target:
@@ -20359,7 +20357,7 @@ components:
2035920357
x-linode-filterable: true
2036020358
x-linode-cli-color:
2036120359
accepted: yellow
20362-
cancelled: red
20360+
canceled: red
2036320361
completed: green
2036420362
failed: red
2036520363
pending: yellow
@@ -20368,7 +20366,7 @@ components:
2036820366
type: string
2036920367
enum:
2037020368
- accepted
20371-
- cancelled
20369+
- canceled
2037220370
- completed
2037320371
- failed
2037420372
- pending
@@ -20381,7 +20379,7 @@ components:
2038120379
Transfers can take up to 3 hours to complete.
2038220380

2038320381

20384-
`cancelled`: The transfer has been cancelled by the sender.
20382+
`canceled`: The transfer has been canceled by the sender.
2038520383

2038620384

2038720385
`completed`: The transfer has completed successfully.
@@ -20394,7 +20392,7 @@ components:
2039420392

2039520393

2039620394
`stale`: The transfer has exceeded its expiration date. It can no longer be accepted or
20397-
cancelled.
20395+
canceled.
2039820396
example: 'pending'
2039920397
created:
2040020398
type: string
@@ -24891,7 +24889,7 @@ components:
2489124889
properties:
2489224890
cancel_url:
2489324891
type: string
24894-
description: The URL to have PayPal redirect to when Payment is cancelled.
24892+
description: The URL to have PayPal redirect to when Payment is canceled.
2489524893
example: https://example.org
2489624894
redirect_url:
2489724895
type: string
@@ -25880,6 +25878,7 @@ components:
2588025878
A boolean value indicating if the User has Two Factor Authentication (TFA)
2588125879
enabled. See the Create Two Factor Secret ([POST /profile/tfa-enable](/docs/api/profile/#two-factor-secret-create))
2588225880
endpoint to enable TFA.
25881+
example: true
2588325882
verified_phone_number:
2588425883
type: string
2588525884
format: phone
@@ -25902,6 +25901,33 @@ components:
2590225901

2590325902
`null` if this User has not created a password yet.
2590425903
example: "2018-01-01T01:01:01"
25904+
last_login:
25905+
type: object
25906+
readOnly: true
25907+
nullable: true
25908+
description: |
25909+
Information for the most recent login attempt for this User.
25910+
25911+
`null` if no login attempts have been made since creation of this User.
25912+
25913+
Access the [User Logins List All](/docs/api/account/#user-logins-list-all) command for additional login information.
25914+
properties:
25915+
login_datetime:
25916+
type: string
25917+
format: date-time
25918+
readOnly: true
25919+
description: |
25920+
The date and time of this User's most recent login attempt.
25921+
example: "2018-01-01T01:01:01"
25922+
status:
25923+
type: string
25924+
readOnly: true
25925+
enum:
25926+
- successful
25927+
- failed
25928+
description: |
25929+
The result of the most recent login attempt for this User.
25930+
example: successful
2590525931
UserDefinedField:
2590625932
type: object
2590725933
required:
@@ -26065,7 +26091,7 @@ components:
2606526091
x-linode-filterable: true
2606626092
x-linode-cli-color:
2606726093
accepted: yellow
26068-
cancelled: red
26094+
canceled: red
2606926095
completed: green
2607026096
failed: red
2607126097
pending: yellow
@@ -26074,7 +26100,7 @@ components:
2607426100
type: string
2607526101
enum:
2607626102
- accepted
26077-
- cancelled
26103+
- canceled
2607826104
- completed
2607926105
- failed
2608026106
- pending
@@ -26085,7 +26111,7 @@ components:
2608526111
`accepted`: The transfer has been accepted by another user and is currently in progress.
2608626112
Transfers can take up to 3 hours to complete.
2608726113

26088-
`cancelled`: The transfer has been cancelled by the sender.
26114+
`canceled`: The transfer has been canceled by the sender.
2608926115

2609026116
`completed`: The transfer has completed successfully.
2609126117

@@ -26094,7 +26120,7 @@ components:
2609426120
`pending`: The transfer is ready to be accepted.
2609526121

2609626122
`stale`: The transfer has exceeded its expiration date. It can no longer be accepted or
26097-
cancelled.
26123+
canceled.
2609826124
example: 'pending'
2609926125
created:
2610026126
type: string

0 commit comments

Comments
 (0)