From c2e7ea8e117824af2a0fbd84b8d5e69184314faa Mon Sep 17 00:00:00 2001 From: hzoppetti Date: Wed, 18 Dec 2019 08:19:10 -0500 Subject: [PATCH] changed None to null for last successful when no last successful backup date is found --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 763cd1420..86e370dbe 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -15129,7 +15129,7 @@ components: last_successful: type: string format: date-time - description: The last successful backup date. 'None' if there was no previous backup. + description: The last successful backup date. 'null' if there was no previous backup. readOnly: true example: '2018-01-01T00:01:01' watchdog_enabled: