We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 190a15b + e2a0fbe commit fdf0f8cCopy full SHA for fdf0f8c
2 files changed
openapi-spec/crapi-openapi-spec.json
@@ -2545,7 +2545,7 @@
2545
"type" : "integer"
2546
},
2547
"sent" : {
2548
- "type" : "string"
+ "type" : "boolean"
2549
2550
"report_link" : {
2551
"type" : "string",
services/chatbot/src/resources/crapi-openapi-spec.json
@@ -4105,7 +4105,7 @@
4105
"type": "integer"
4106
4107
"sent": {
4108
- "type": "string"
+ "type": "boolean"
4109
4110
"report_link": {
4111
"type": "string",
0 commit comments