Skip to content

Commit

Permalink
OAS Update
Browse files Browse the repository at this point in the history
  • Loading branch information
stackit-pipeline committed Feb 4, 2025
1 parent be121e9 commit fba996b
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions services/server-update/v1/server-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"rrule",
"enabled",
"maintenanceWindow"
],
"type": "object"
]
},
"EnableServicePayload": {
"properties": {
Expand Down Expand Up @@ -179,6 +178,26 @@
}
},
"UpdateSchedule": {
"allOf": [
{
"$ref": "#/components/schemas/UpdateScheduleCreateRequest"
},
{
"properties": {
"id": {
"example": 1480,
"format": "int32",
"type": "integer"
}
},
"required": [
"id"
],
"type": "object"
}
]
},
"UpdateScheduleCreateRequest": {
"properties": {
"enabled": {
"example": true,
Expand All @@ -204,8 +223,7 @@
"rrule",
"enabled",
"maintenanceWindow"
],
"type": "object"
]
},
"UpdateUpdateSchedulePayload": {
"properties": {
Expand Down Expand Up @@ -233,8 +251,7 @@
"rrule",
"enabled",
"maintenanceWindow"
],
"type": "object"
]
}
}
},
Expand Down

0 comments on commit fba996b

Please sign in to comment.