Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions specs/1.9.x/open-api3-1.9.x-console.json
Original file line number Diff line number Diff line change
Expand Up @@ -10024,7 +10024,7 @@
"tags": [
"compute"
],
"description": " List scheduled backup policies for a dedicated database.",
"description": "List scheduled backup policies for a dedicated database.",
"responses": {
"200": {
"description": "Backup policy list",
Expand Down Expand Up @@ -10094,7 +10094,7 @@
"tags": [
"compute"
],
"description": " Create a scheduled backup policy for a dedicated database.",
"description": "Create a scheduled backup policy for a dedicated database.",
"responses": {
"201": {
"description": "backup",
Expand Down Expand Up @@ -106246,12 +106246,13 @@
"format": "int32"
},
"pricing": {
"type": "object",
"allOf": [
{
"$ref": "#\/components\/schemas\/dedicatedDatabaseSpecificationPricing"
}
],
"description": "Overage and add-on pricing shared across all specifications.",
"x-example": null,
"items": {
"$ref": "#\/components\/schemas\/dedicatedDatabaseSpecificationPricing"
}
"x-example": null
}
},
"required": [
Expand Down