Skip to content

Commit 335aa32

Browse files
OAS Update
1 parent 032c3e3 commit 335aa32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/postgres-flex/v3alpha1/postgres-flex.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -958,12 +958,12 @@
958958
"type": "string"
959959
},
960960
"backup.schedule": {
961-
"description": "The schedule for on what time and how often the database backup will be created. The schedule is written as a cron schedule.",
961+
"description": "The schedule for when the database backup will be created. Currently, ONLY daily schedules are supported (every 24 hours). The schedule is written as a cron schedule.",
962962
"example": "6 6 * * *",
963963
"type": "string"
964964
},
965965
"backup.schedule.opt": {
966-
"description": "The schedule for on what time and how often the database backup will be created. The schedule is written as a cron schedule.",
966+
"description": "The schedule for when the database backup will be created. Currently, ONLY daily schedules are supported (every 24 hours). The schedule is written as a cron schedule.",
967967
"example": "6 6 * * *",
968968
"type": "string"
969969
},

0 commit comments

Comments
 (0)