diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 8b03093ae..a2565ab4f 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -11200,10 +11200,6 @@ "type": "boolean", "description": "Optional. Databases replication. Default: 'true'" }, - "autoMinorVersionUpgrade": { - "type": "boolean", - "description": "Optional. When 'true', enables auto minor version upgrades for this database. Default: 'true'" - }, "throughputMeasurement": { "$ref": "#/components/schemas/DatabaseThroughputSpec" }, @@ -11669,10 +11665,6 @@ "type": "boolean", "description": "Optional. Turns database replication on or off." }, - "autoMinorVersionUpgrade": { - "type": "boolean", - "description": "Optional. When 'true', enables auto minor version upgrades for this database." - }, "regexRules": { "type": "array", "description": "Optional. Hashing policy Regex rules. Used only if 'shardingType' is 'custom-regex-rules'.", @@ -15484,10 +15476,6 @@ "noeviction" ] }, - "autoMinorVersionUpgrade": { - "type": "boolean", - "description": "Optional. When 'true', enables auto minor version upgrades for this database." - }, "commandType": { "type": "string", "readOnly": true @@ -15695,10 +15683,6 @@ "type": "boolean", "description": "Optional. Sets database replication. Default: 'true'" }, - "autoMinorVersionUpgrade": { - "type": "boolean", - "description": "Optional. When 'true', enables auto minor version upgrades for this database. Default: 'true'" - }, "replicaOf": { "type": "array", "description": "Optional. This database will be a replica of the specified Redis databases provided as one or more URI(s). Example: 'redis://user:password@host:port'. If the URI provided is a Redis Cloud database, only host and port should be provided. Example: ['redis://endpoint1:6379', 'redis://endpoint2:6380'].", @@ -17495,6 +17479,14 @@ "description": "Optional. Enter a security group identifier that exists in the hosted AWS account. Security group Identifier must be in a valid format (for example: 'sg-0125be68a4625884ad') and must exist within the hosting account.", "example": "sg-0125be68a4625884ad" }, + "preferredAvailabilityZones": { + "type": "array", + "description": "Optional. List the zone IDs for your preferred availability zones for the cloud provider and region.", + "items": { + "type": "string", + "description": "Optional. List the zone IDs for your preferred availability zones for the cloud provider and region." + } + }, "dryRun": { "type": "boolean", "description": "Optional. When 'false': Creates a deployment plan and deploys it, creating any resources required by the plan. When 'true': creates a read-only deployment plan, and does not create any resources. Default: 'false'",