diff --git a/openapi-spec/crapi-openapi-spec.json b/openapi-spec/crapi-openapi-spec.json index 38dfb122..ad7ed1bc 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 36d7e76e..9c12a523 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",