Skip to content

Commit fdf0f8c

Browse files
authored
Merge branch 'develop' into array-response-fix
2 parents 190a15b + e2a0fbe commit fdf0f8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openapi-spec/crapi-openapi-spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2545,7 +2545,7 @@
25452545
"type" : "integer"
25462546
},
25472547
"sent" : {
2548-
"type" : "string"
2548+
"type" : "boolean"
25492549
},
25502550
"report_link" : {
25512551
"type" : "string",

services/chatbot/src/resources/crapi-openapi-spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4105,7 +4105,7 @@
41054105
"type": "integer"
41064106
},
41074107
"sent": {
4108-
"type": "string"
4108+
"type": "boolean"
41094109
},
41104110
"report_link": {
41114111
"type": "string",

0 commit comments

Comments
 (0)