Skip to content

Commit c5bcb25

Browse files
committed
Fix schema
1 parent 753e3e9 commit c5bcb25

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs/openapi.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -693,16 +693,6 @@
693693
}
694694
}
695695
},
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-
},
706696
"401": {
707697
"description": "Missing or invalid credentials provided by client",
708698
"content": {
@@ -1280,7 +1270,7 @@
12801270
}
12811271
},
12821272
"403": {
1283-
"description": "User is not authorized",
1273+
"description": "Client does not have permission to access conversation",
12841274
"content": {
12851275
"application/json": {
12861276
"schema": {
@@ -4253,4 +4243,4 @@
42534243
}
42544244
}
42554245
}
4256-
}
4246+
}

0 commit comments

Comments
 (0)