Skip to content

Commit c638845

Browse files
authored
Merge pull request #825 from bbiggerr/cancelled-canceled
Replaced instances of "cancelled" with "canceled"
2 parents 0f25f60 + 1579027 commit c638845

File tree

1 file changed

+19
-22
lines changed

1 file changed

+19
-22
lines changed

openapi.yaml

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
@@ -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:
@@ -20359,7 +20356,7 @@ components:
2035920356
x-linode-filterable: true
2036020357
x-linode-cli-color:
2036120358
accepted: yellow
20362-
cancelled: red
20359+
canceled: red
2036320360
completed: green
2036420361
failed: red
2036520362
pending: yellow
@@ -20368,7 +20365,7 @@ components:
2036820365
type: string
2036920366
enum:
2037020367
- accepted
20371-
- cancelled
20368+
- canceled
2037220369
- completed
2037320370
- failed
2037420371
- pending
@@ -20381,7 +20378,7 @@ components:
2038120378
Transfers can take up to 3 hours to complete.
2038220379

2038320380

20384-
`cancelled`: The transfer has been cancelled by the sender.
20381+
`canceled`: The transfer has been canceled by the sender.
2038520382

2038620383

2038720384
`completed`: The transfer has completed successfully.
@@ -20394,7 +20391,7 @@ components:
2039420391

2039520392

2039620393
`stale`: The transfer has exceeded its expiration date. It can no longer be accepted or
20397-
cancelled.
20394+
canceled.
2039820395
example: 'pending'
2039920396
created:
2040020397
type: string
@@ -24891,7 +24888,7 @@ components:
2489124888
properties:
2489224889
cancel_url:
2489324890
type: string
24894-
description: The URL to have PayPal redirect to when Payment is cancelled.
24891+
description: The URL to have PayPal redirect to when Payment is canceled.
2489524892
example: https://example.org
2489624893
redirect_url:
2489724894
type: string
@@ -26065,7 +26062,7 @@ components:
2606526062
x-linode-filterable: true
2606626063
x-linode-cli-color:
2606726064
accepted: yellow
26068-
cancelled: red
26065+
canceled: red
2606926066
completed: green
2607026067
failed: red
2607126068
pending: yellow
@@ -26074,7 +26071,7 @@ components:
2607426071
type: string
2607526072
enum:
2607626073
- accepted
26077-
- cancelled
26074+
- canceled
2607826075
- completed
2607926076
- failed
2608026077
- pending
@@ -26085,7 +26082,7 @@ components:
2608526082
`accepted`: The transfer has been accepted by another user and is currently in progress.
2608626083
Transfers can take up to 3 hours to complete.
2608726084

26088-
`cancelled`: The transfer has been cancelled by the sender.
26085+
`canceled`: The transfer has been canceled by the sender.
2608926086

2609026087
`completed`: The transfer has completed successfully.
2609126088

@@ -26094,7 +26091,7 @@ components:
2609426091
`pending`: The transfer is ready to be accepted.
2609526092

2609626093
`stale`: The transfer has exceeded its expiration date. It can no longer be accepted or
26097-
cancelled.
26094+
canceled.
2609826095
example: 'pending'
2609926096
created:
2610026097
type: string

0 commit comments

Comments
 (0)