You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/openapi.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -818,6 +818,7 @@
818
818
]
819
819
}
820
820
},
821
+
"additionalProperties": false,
821
822
"type": "object",
822
823
"required": [
823
824
"attachment_type",
@@ -1444,6 +1445,7 @@
1444
1445
]
1445
1446
}
1446
1447
},
1448
+
"additionalProperties": false,
1447
1449
"type": "object",
1448
1450
"required": [
1449
1451
"conversation_id",
@@ -1514,6 +1516,7 @@
1514
1516
]
1515
1517
}
1516
1518
},
1519
+
"additionalProperties": false,
1517
1520
"type": "object",
1518
1521
"title": "FeedbackStatusUpdateRequest",
1519
1522
"description": "Model representing a feedback status update request.\n\nAttributes:\n status: Value of the desired feedback enabled state.\n\nExample:\n ```python\n feedback_request = FeedbackRequest(\n status=false\n )\n ```"
0 commit comments