We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753e3e9 commit c5bcb25Copy full SHA for c5bcb25
docs/openapi.json
@@ -693,16 +693,6 @@
693
}
694
695
},
696
- "400": {
697
- "description": "Missing or invalid credentials provided by client",
698
- "content": {
699
- "application/json": {
700
- "schema": {
701
- "$ref": "#/components/schemas/UnauthorizedResponse"
702
- }
703
704
705
- },
706
"401": {
707
"description": "Missing or invalid credentials provided by client",
708
"content": {
@@ -1280,7 +1270,7 @@
1280
1270
1281
1271
1282
1272
"403": {
1283
- "description": "User is not authorized",
1273
+ "description": "Client does not have permission to access conversation",
1284
1274
1285
1275
"application/json": {
1286
1276
"schema": {
@@ -4253,4 +4243,4 @@
4253
4243
4254
4244
4255
4245
4256
-}
4246
+}
0 commit comments