mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-04 21:35:33 +00:00
remove(webapi)!: remove auto user creation on joining or creating room
User must be explicitly created forehand using the registration API (coming soon).
This commit is contained in:
parent
985ea1d68a
commit
7f74d73c8c
3 changed files with 66 additions and 52 deletions
|
@ -138,7 +138,9 @@ paths:
|
|||
$ref: '#/components/schemas/ApiError'
|
||||
|
||||
404:
|
||||
description: The peer user does not exist or disallows peer chat.
|
||||
description: |
|
||||
The current user does not exists, the peer user does not exist or
|
||||
they disallows peer chat.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue