From a1dc2d1c1118125bd691ba2a803eb76a66334f59 Mon Sep 17 00:00:00 2001 From: yanavasileva Date: Thu, 5 Dec 2024 11:32:09 +0100 Subject: [PATCH] chore(openapi): fix process instance comment tag related to https://github.com/camunda/camunda-bpm-platform/issues/2551 --- .../templates/paths/process-instance/{id}/comment/get.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine-rest/engine-rest-openapi/src/main/templates/paths/process-instance/{id}/comment/get.ftl b/engine-rest/engine-rest-openapi/src/main/templates/paths/process-instance/{id}/comment/get.ftl index 44dc2e3e357..4f4bbd14bfb 100644 --- a/engine-rest/engine-rest-openapi/src/main/templates/paths/process-instance/{id}/comment/get.ftl +++ b/engine-rest/engine-rest-openapi/src/main/templates/paths/process-instance/{id}/comment/get.ftl @@ -3,7 +3,7 @@ <@lib.endpointInfo id = "getProcessInstanceComments" - tag = "Process Instance comment" + tag = "Process Instance Comment" summary = "Get Process Instance Comments" desc = "Gets the comments for a process instance by id." /> @@ -74,4 +74,4 @@ } } - \ No newline at end of file +