From e4d777cf5ed85ec6b7427cd84ec74fc4aeb857ea Mon Sep 17 00:00:00 2001 From: Keyur Doshi Date: Fri, 7 Nov 2025 03:13:26 +0530 Subject: [PATCH] matched spec with actual response --- openapi-spec/crapi-openapi-spec.json | 2 +- services/chatbot/src/resources/crapi-openapi-spec.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi-spec/crapi-openapi-spec.json b/openapi-spec/crapi-openapi-spec.json index 08c1a807..f7775970 100644 --- a/openapi-spec/crapi-openapi-spec.json +++ b/openapi-spec/crapi-openapi-spec.json @@ -2545,7 +2545,7 @@ "type" : "integer" }, "sent" : { - "type" : "string" + "type" : "boolean" }, "report_link" : { "type" : "string", diff --git a/services/chatbot/src/resources/crapi-openapi-spec.json b/services/chatbot/src/resources/crapi-openapi-spec.json index e4aedea5..29ea96b1 100644 --- a/services/chatbot/src/resources/crapi-openapi-spec.json +++ b/services/chatbot/src/resources/crapi-openapi-spec.json @@ -4105,7 +4105,7 @@ "type": "integer" }, "sent": { - "type": "string" + "type": "boolean" }, "report_link": { "type": "string",