From 17714a98dfdbf0caa92ac669de8992436bdc1c08 Mon Sep 17 00:00:00 2001 From: "redis-enterprise-doc-sync[bot]" <246451900+redis-enterprise-doc-sync[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 06:27:27 +0000 Subject: [PATCH] Update Redis Enterprise API specification --- .../rs/references/rest-api/api-reference/openapi.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/operate/rs/references/rest-api/api-reference/openapi.json b/content/operate/rs/references/rest-api/api-reference/openapi.json index 927c7e741d..6fa5dbcb27 100644 --- a/content/operate/rs/references/rest-api/api-reference/openapi.json +++ b/content/operate/rs/references/rest-api/api-reference/openapi.json @@ -487,7 +487,8 @@ "description": "Database last backup time.", "format": "date-time", "nullable": true, - "type": "string" + "type": "string", + "x-omitempty": false }, "last_configured_time": { "description": "Database last configuration time.", @@ -965,7 +966,8 @@ "description": "Object structure for migration status.", "properties": { "error": { - "$ref": "#/components/schemas/MigrationError" + "$ref": "#/components/schemas/MigrationError", + "x-omitempty": true }, "flush_counter": { "description": "How many times syncer had to restart.", @@ -2645,6 +2647,7 @@ "tags": [ "Cluster" ], + "x-deprecated-reason": "Deprecated, use PUT /v1/cluster/certificates", "x-publish-docs": true, "x-stability-level": "stable", "x-timeout-seconds": 900