From 19e51c9b6695f9a81fb777d297e511ec3095ced6 Mon Sep 17 00:00:00 2001 From: Ben Pope Date: Fri, 3 May 2024 13:26:03 +0100 Subject: [PATCH] schema_registry/swagger: Fix typo Signed-off-by: Ben Pope --- src/v/pandaproxy/api/api-doc/schema_registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v/pandaproxy/api/api-doc/schema_registry.json b/src/v/pandaproxy/api/api-doc/schema_registry.json index 9d1ec2c268f5b..3840ad408c4e6 100644 --- a/src/v/pandaproxy/api/api-doc/schema_registry.json +++ b/src/v/pandaproxy/api/api-doc/schema_registry.json @@ -616,7 +616,7 @@ }, "/subjects/{subject}": { "post": { - "summary": "Check if a schema is already registred for the subject.", + "summary": "Check if a schema is already registered for the subject.", "operationId": "post_subject", "consumes": [ "application/vnd.schemaregistry.v1+json",