Skip to content

Commit bb45e5f

Browse files
authored
Merge pull request #654 from LBGarber/fix/day-of-week-enum
[Fix] Correct enum for DB maintenance window day of week
2 parents 0fe70db + e91bc17 commit bb45e5f

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
@@ -19484,7 +19484,7 @@ components:
1948419484
type: integer
1948519485
minimum: 1
1948619486
maximum: 7
19487-
description: The day to perform maintenance. 1=Monday, 2=Tuesday, etc.
19487+
description: The day to perform maintenance. 1=Sunday, 2=Monday, etc.
1948819488
example: 1
1948919489
week_of_month:
1949019490
type: integer

0 commit comments

Comments
 (0)