From 156223f115f984396b35ae805012cf22b15c24e8 Mon Sep 17 00:00:00 2001 From: ilkerkocatepe Date: Sun, 13 Oct 2024 17:29:16 +0300 Subject: [PATCH] [#434] fix: after review - partitions and replication_factor parameters set optional Signed-off-by: ilkerkocatepe --- src/main/resources/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/openapi.json b/src/main/resources/openapi.json index 59822465..6dffb5dd 100644 --- a/src/main/resources/openapi.json +++ b/src/main/resources/openapi.json @@ -615,7 +615,7 @@ } }, "404": { - "description": "The path topic was not found.", + "description": "The path was not found.", "content": { "application/vnd.kafka.v2+json": { "schema": {