You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
2470
2468
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.
2473
2470
2474
2471
This command can only be accessed by the unrestricted users of the account that created this transfer.
2475
2472
operationId: deleteServiceTransfer
@@ -2481,7 +2478,7 @@ paths:
2481
2478
responses:
2482
2479
'200':
2483
2480
description: >
2484
-
Service Transfer cancelled.
2481
+
Service Transfer canceled.
2485
2482
content:
2486
2483
application/json:
2487
2484
schema:
@@ -3786,7 +3783,7 @@ paths:
3786
3783
3787
3784
Requires `read_write` access to the Database.
3788
3785
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.
3790
3787
3791
3788
**Note**: Restoring from a backup will erase all existing data on the database instance and replace it with backup data.
3792
3789
@@ -4542,7 +4539,7 @@ paths:
4542
4539
4543
4540
Requires `read_write` access to the Database.
4544
4541
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.
4546
4543
4547
4544
**Note**: Restoring from a backup will erase all existing data on the database instance and replace it with backup data.
4548
4545
@@ -5721,7 +5718,7 @@ paths:
5721
5718
with the URL to which image data can be uploaded.
5722
5719
5723
5720
- 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.
5725
5722
5726
5723
- Image uploads should be made as an HTTP PUT request to the URL returned in the `upload_to`
5727
5724
response parameter, with a `Content-type: application/octet-stream` header included in the
@@ -6508,7 +6505,7 @@ paths:
6508
6505
- linodes:read_write
6509
6506
responses:
6510
6507
'200':
6511
-
description: Backup service was cancelled for the specified Linode.
6508
+
description: Backup service was canceled for the specified Linode.
6512
6509
content:
6513
6510
application/json:
6514
6511
schema:
@@ -18990,6 +18987,7 @@ components:
18990
18987
The name of the application you've authorized.
18991
18988
example: example-app
18992
18989
readOnly: true
18990
+
x-linode-filterable: true
18993
18991
x-linode-cli-display: 2
18994
18992
thumbnail_url:
18995
18993
type: string
@@ -19417,7 +19415,7 @@ components:
19417
19415
description: |
19418
19416
The label for the Database snapshot backup.
19419
19417
19420
-
* Must include only ASCII lettersor numbers.
19418
+
* Must include only ASCII letters, numbers, or underscores.
19421
19419
* Must be unique among other backup labels for this Database.
19422
19420
example: db-snapshot
19423
19421
target:
@@ -20359,7 +20357,7 @@ components:
20359
20357
x-linode-filterable: true
20360
20358
x-linode-cli-color:
20361
20359
accepted: yellow
20362
-
cancelled: red
20360
+
canceled: red
20363
20361
completed: green
20364
20362
failed: red
20365
20363
pending: yellow
@@ -20368,7 +20366,7 @@ components:
20368
20366
type: string
20369
20367
enum:
20370
20368
- accepted
20371
-
- cancelled
20369
+
- canceled
20372
20370
- completed
20373
20371
- failed
20374
20372
- pending
@@ -20381,7 +20379,7 @@ components:
20381
20379
Transfers can take up to 3 hours to complete.
20382
20380
20383
20381
20384
-
`cancelled`: The transfer has been cancelled by the sender.
20382
+
`canceled`: The transfer has been canceled by the sender.
20385
20383
20386
20384
20387
20385
`completed`: The transfer has completed successfully.
@@ -20394,7 +20392,7 @@ components:
20394
20392
20395
20393
20396
20394
`stale`: The transfer has exceeded its expiration date. It can no longer be accepted or
20397
-
cancelled.
20395
+
canceled.
20398
20396
example: 'pending'
20399
20397
created:
20400
20398
type: string
@@ -24891,7 +24889,7 @@ components:
24891
24889
properties:
24892
24890
cancel_url:
24893
24891
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.
24895
24893
example: https://example.org
24896
24894
redirect_url:
24897
24895
type: string
@@ -25880,6 +25878,7 @@ components:
25880
25878
A boolean value indicating if the User has Two Factor Authentication (TFA)
25881
25879
enabled. See the Create Two Factor Secret ([POST /profile/tfa-enable](/docs/api/profile/#two-factor-secret-create))
25882
25880
endpoint to enable TFA.
25881
+
example: true
25883
25882
verified_phone_number:
25884
25883
type: string
25885
25884
format: phone
@@ -25902,6 +25901,33 @@ components:
25902
25901
25903
25902
`null` if this User has not created a password yet.
25904
25903
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
25905
25931
UserDefinedField:
25906
25932
type: object
25907
25933
required:
@@ -26065,7 +26091,7 @@ components:
26065
26091
x-linode-filterable: true
26066
26092
x-linode-cli-color:
26067
26093
accepted: yellow
26068
-
cancelled: red
26094
+
canceled: red
26069
26095
completed: green
26070
26096
failed: red
26071
26097
pending: yellow
@@ -26074,7 +26100,7 @@ components:
26074
26100
type: string
26075
26101
enum:
26076
26102
- accepted
26077
-
- cancelled
26103
+
- canceled
26078
26104
- completed
26079
26105
- failed
26080
26106
- pending
@@ -26085,7 +26111,7 @@ components:
26085
26111
`accepted`: The transfer has been accepted by another user and is currently in progress.
26086
26112
Transfers can take up to 3 hours to complete.
26087
26113
26088
-
`cancelled`: The transfer has been cancelled by the sender.
26114
+
`canceled`: The transfer has been canceled by the sender.
26089
26115
26090
26116
`completed`: The transfer has completed successfully.
26091
26117
@@ -26094,7 +26120,7 @@ components:
26094
26120
`pending`: The transfer is ready to be accepted.
26095
26121
26096
26122
`stale`: The transfer has exceeded its expiration date. It can no longer be accepted or
0 commit comments