Skip to content

Commit af3592d

Browse files
authored
Merge pull request #177 from hzoppetti/update-last-success-null
[Update] last_successful return None to null when none found
2 parents 4393650 + c2e7ea8 commit af3592d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15129,7 +15129,7 @@ components:
1512915129
last_successful:
1513015130
type: string
1513115131
format: date-time
15132-
description: The last successful backup date. 'None' if there was no previous backup.
15132+
description: The last successful backup date. 'null' if there was no previous backup.
1513315133
readOnly: true
1513415134
example: '2018-01-01T00:01:01'
1513515135
watchdog_enabled:

0 commit comments

Comments
 (0)