Skip to content

Commit 824cec0

Browse files
authored
Merge pull request #173 from hzoppetti/add-last-backup-id
[Update] Add Last Successful to Linode Schema Backup Envelope
2 parents a1ad973 + 8e42686 commit 824cec0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15105,6 +15105,12 @@ components:
1510515105
- W18
1510615106
- W20
1510715107
- W22
15108+
last_successful:
15109+
type: string
15110+
format: date-time
15111+
description: The last successful backup date. 'None' if there was no previous backup.
15112+
readOnly: true
15113+
example: '2018-01-01T00:01:01'
1510815114
watchdog_enabled:
1510915115
type: boolean
1511015116
description: >

0 commit comments

Comments
 (0)