Skip to content

Commit fb52373

Browse files
Update content/operate/rc/api/api-reference/openapi.json
1 parent c9f673c commit fb52373

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/operate/rc/api/api-reference/openapi.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11350,7 +11350,7 @@
1135011350
},
1135111351
"ramPercentage": {
1135211352
"type": "integer",
11353-
"description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. The percentage of data to be stored in RAM. Range: 10-50. Default: 20",
11353+
"description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. The percentage of data to be stored in RAM. Must be between 10 and 50 in steps of 10 (10, 20, 30, 40, 50). Default: 20",
1135411354
"format": "int32",
1135511355
"example": 20
1135611356
},
@@ -11882,7 +11882,7 @@
1188211882
},
1188311883
"ramPercentage": {
1188411884
"type": "integer",
11885-
"description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. The percentage of data to be stored in RAM. Range: 10-50.",
11885+
"description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. The percentage of data to be stored in RAM. Must be between 10 and 50 in steps of 10 (10, 20, 30, 40, 50).",
1188611886
"format": "int32",
1188711887
"example": 20
1188811888
},
@@ -15975,7 +15975,7 @@
1597515975
},
1597615976
"ramPercentage": {
1597715977
"type": "integer",
15978-
"description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. The percentage of data to be stored in RAM. Range: 10-50. Default: 20",
15978+
"description": "Optional. Relevant only to ram-and-flash (also known as Redis-Flex/Auto-Tiering) subscriptions. The percentage of data to be stored in RAM. Must be between 10 and 50 in steps of 10 (10, 20, 30, 40, 50). Default: 20",
1597915979
"format": "int32",
1598015980
"example": 20
1598115981
},
@@ -16348,6 +16348,7 @@
1634816348
"DATABASE_REDIS_VERSION_IS_NOT_SUPPORTED_FOR_MEMCACHED",
1634916349
"DATABASE_REDIS_VERSION_IS_REQUIRED",
1635016350
"DATABASE_REDIS_VERSION_INVALID_VALUE",
16351+
"INCOMPATIBLE_TF_PROVIDER",
1635116352
"CONNECTIVITY_REQUESTS_ON_CUSTOMER_MANAGED_VPC_SUBSCRIPTION",
1635216353
"VPC_PEERING_NOT_ACTIVE",
1635316354
"VPC_PEERING_GENERAL_ERROR",

0 commit comments

Comments
 (0)