File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
content/operate/rc/api/api-reference Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
22
"security": [
23
23
{
24
24
"x-api-key": [],
25
- "x-api-secret-key": []
25
+ "x-api-secret-key": [],
26
+ "X-Auth-Token": []
26
27
}
27
28
],
28
29
"tags": [
15359
15360
"DATABASE_MODULE_MUST_BE_DEFINED_ONCE",
15360
15361
"DATABASE_MEMCACHED_CONTAINS_MODULES",
15361
15362
"DATABASE_MEMCACHED_NOT_SUPPORT_OSS_CLUSTER_API",
15363
+ "REDIS_ON_FLASH_DATABASE_MEMCACHED_PROTOCOL_IS_NOT_ALLOWED",
15362
15364
"DATABASE_MEMCACHED_CONTAINS_REDIS_PASSWORD",
15363
15365
"DATABASE_MEMCACHED_CONTAINS_REDIS_DEFAULT_USER",
15364
15366
"DATABASE_MEMCACHED_SASL_USERNAME_IS_BLANK",
15380
15382
"DATABASE_INVALID_MODULE",
15381
15383
"DATABASE_INVALID_MODULE_PARAMETER",
15382
15384
"DATABASE_INVALID_MODULE_PARAMETER_VALUE",
15385
+ "DATABASE_EXPLICIT_MODULES_NOT_SUPPORTED_FOR_THIS_REDIS_VERSION",
15383
15386
"DATABASE_INVALID_ALERT_VALUE",
15384
15387
"DATABASE_SHARDING_TYPE_IS_IMMUTABLE",
15385
15388
"DATABASE_SHARDING_TYPE_IS_NOT_SUPPORTED",
17005
17008
"type": "apiKey",
17006
17009
"name": "x-api-secret-key",
17007
17010
"in": "header"
17011
+ },
17012
+ "X-Auth-Token": {
17013
+ "type": "apiKey",
17014
+ "name": "X-Auth-Token",
17015
+ "in": "header"
17008
17016
}
17009
17017
}
17010
17018
}
You can’t perform that action at this time.
0 commit comments