Skip to content

Commit e6bb30b

Browse files
OAS Update
1 parent c7dc753 commit e6bb30b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

services/server-backup/v2/server-backup.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
"type": "string"
140140
},
141141
"rrule": {
142+
"description": "An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates",
142143
"example": "DTSTART;TZID=Europe/Sofia:20200803T023000 RRULE:FREQ=DAILY;INTERVAL=1",
143144
"type": "string"
144145
}
@@ -195,6 +196,7 @@
195196
"type": "string"
196197
},
197198
"rrule": {
199+
"description": "An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates",
198200
"example": "DTSTART;TZID=Europe/Sofia:20200803T023000 RRULE:FREQ=DAILY;INTERVAL=1",
199201
"type": "string"
200202
}
@@ -254,6 +256,7 @@
254256
"type": "string"
255257
},
256258
"rrule": {
259+
"description": "An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates",
257260
"example": "DTSTART;TZID=Europe/Sofia:20200803T023000 RRULE:FREQ=DAILY;INTERVAL=1",
258261
"type": "string"
259262
}
@@ -381,6 +384,7 @@
381384
"type": "string"
382385
},
383386
"rrule": {
387+
"description": "An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates",
384388
"example": "DTSTART;TZID=Europe/Sofia:20200803T023000 RRULE:FREQ=DAILY;INTERVAL=1",
385389
"type": "string"
386390
}

services/server-update/v2/server-update.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"type": "boolean"
88
},
99
"maintenanceWindow": {
10+
"description": "Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart.",
1011
"format": "int32",
1112
"maximum": 24,
1213
"minimum": 1,
@@ -25,6 +26,7 @@
2526
"type": "boolean"
2627
},
2728
"maintenanceWindow": {
29+
"description": "Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart.",
2830
"format": "int32",
2931
"maximum": 24,
3032
"minimum": 1,
@@ -35,6 +37,7 @@
3537
"type": "string"
3638
},
3739
"rrule": {
40+
"description": "An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates",
3841
"example": "DTSTART;TZID=Europe/Sofia:20200803T023000 RRULE:FREQ=DAILY;INTERVAL=1",
3942
"type": "string"
4043
}
@@ -172,6 +175,7 @@
172175
"type": "string"
173176
},
174177
"maintenanceWindow": {
178+
"description": "Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart.",
175179
"example": 3,
176180
"format": "int32",
177181
"type": "integer"
@@ -181,6 +185,7 @@
181185
"type": "string"
182186
},
183187
"rrule": {
188+
"description": "An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates",
184189
"example": "DTSTART;TZID=Europe/Sofia:20200803T023000 RRULE:FREQ=DAILY;INTERVAL=1",
185190
"type": "string"
186191
}
@@ -213,6 +218,7 @@
213218
"type": "boolean"
214219
},
215220
"maintenanceWindow": {
221+
"description": "Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart.",
216222
"format": "int32",
217223
"maximum": 24,
218224
"minimum": 1,
@@ -223,6 +229,7 @@
223229
"type": "string"
224230
},
225231
"rrule": {
232+
"description": "An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates",
226233
"example": "DTSTART;TZID=Europe/Sofia:20200803T023000 RRULE:FREQ=DAILY;INTERVAL=1",
227234
"type": "string"
228235
}
@@ -241,6 +248,7 @@
241248
"type": "boolean"
242249
},
243250
"maintenanceWindow": {
251+
"description": "Updates start within the defined hourly window. Depending on the updates, the process may exceed this timeframe and require an automatic restart.",
244252
"format": "int32",
245253
"maximum": 24,
246254
"minimum": 1,
@@ -251,6 +259,7 @@
251259
"type": "string"
252260
},
253261
"rrule": {
262+
"description": "An rrule (Recurrence Rule) is a standardized string format used in iCalendar (RFC 5545) to define repeating events, and you can generate one by using a dedicated library or by using online generator tools to specify parameters like frequency, interval, and end dates",
254263
"example": "DTSTART;TZID=Europe/Sofia:20200803T023000 RRULE:FREQ=DAILY;INTERVAL=1",
255264
"type": "string"
256265
}

0 commit comments

Comments
 (0)