Skip to content

Commit d109753

Browse files
authored
Merge pull request #796 from linode/release-4.153.0
Release 4.153.0
2 parents 0e25a1b + 4d5ffb1 commit d109753

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

openapi.yaml

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.152.3
3+
version: 4.153.0
44

55
title: Linode API
66
description: |
@@ -6621,8 +6621,13 @@ paths:
66216621
post:
66226622
x-linode-grant: read_write
66236623
summary: Backup Restore
6624-
description: >
6624+
description: |
66256625
Restores a Linode's Backup to the specified Linode.
6626+
6627+
The following conditions apply:
6628+
* Backups may not be restored across Regions.
6629+
* Only successfully completed Backups that are not undergoing maintenance can be restored.
6630+
* The Linode that the Backup is being restored to must not itself be in the process of creating a Backup.
66266631
tags:
66276632
- Linode Instances
66286633
operationId: restoreBackup
@@ -25712,6 +25717,27 @@ components:
2571225717
A boolean value indicating if the User has Two Factor Authentication (TFA)
2571325718
enabled. See the Create Two Factor Secret ([POST /profile/tfa-enable](/docs/api/profile/#two-factor-secret-create))
2571425719
endpoint to enable TFA.
25720+
verified_phone_number:
25721+
type: string
25722+
format: phone
25723+
readOnly: true
25724+
description: |
25725+
The phone number verified for this User Profile with the **Phone Number Verify** ([POST /profile/phone-number/verify](/docs/api/profile/#phone-number-verify)) command.
25726+
25727+
`null` if this User Profile has no verified phone number.
25728+
example: "+5555555555"
25729+
password_created:
25730+
type: string
25731+
format: date-time
25732+
nullable: true
25733+
readOnly: true
25734+
description: |
25735+
The date and time when this User's current password was created.
25736+
25737+
User passwords are first created during the Account sign-up process, and updated using the [Reset Password](https://login.linode.com/forgot/password) webpage.
25738+
25739+
`null` if this User has not created a password yet.
25740+
example: "2018-01-01T01:01:01"
2571525741
UserDefinedField:
2571625742
type: object
2571725743
required:

0 commit comments

Comments
 (0)