Skip to content

Commit 5624012

Browse files
authored
Merge pull request #73 from appwrite/feat-compute-api
feat(compute): sync 1.9.x console spec with current compute database API
2 parents b3ae6f2 + c7986fc commit 5624012

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

specs/1.9.x/open-api3-1.9.x-console.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10024,7 +10024,7 @@
1002410024
"tags": [
1002510025
"compute"
1002610026
],
10027-
"description": " List scheduled backup policies for a dedicated database.",
10027+
"description": "List scheduled backup policies for a dedicated database.",
1002810028
"responses": {
1002910029
"200": {
1003010030
"description": "Backup policy list",
@@ -10094,7 +10094,7 @@
1009410094
"tags": [
1009510095
"compute"
1009610096
],
10097-
"description": " Create a scheduled backup policy for a dedicated database.",
10097+
"description": "Create a scheduled backup policy for a dedicated database.",
1009810098
"responses": {
1009910099
"201": {
1010010100
"description": "backup",
@@ -106246,12 +106246,13 @@
106246106246
"format": "int32"
106247106247
},
106248106248
"pricing": {
106249-
"type": "object",
106249+
"allOf": [
106250+
{
106251+
"$ref": "#\/components\/schemas\/dedicatedDatabaseSpecificationPricing"
106252+
}
106253+
],
106250106254
"description": "Overage and add-on pricing shared across all specifications.",
106251-
"x-example": null,
106252-
"items": {
106253-
"$ref": "#\/components\/schemas\/dedicatedDatabaseSpecificationPricing"
106254-
}
106255+
"x-example": null
106255106256
}
106256106257
},
106257106258
"required": [

0 commit comments

Comments
 (0)