Clarify that /invite will respond with 200 if the user is already invited to the room (#1084)
* Clarify that /invite will respond with 200 if the user is already in the room * Create 1084.clarification * Update changelogs/client_server/newsfragments/1084.clarification Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
83055f2f54
commit
cf6544c028
2 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,7 @@ paths:
|
|||
required: ["user_id"]
|
||||
responses:
|
||||
200:
|
||||
description: The user has been invited to join the room.
|
||||
description: The user has been invited to join the room, or was already invited to the room.
|
||||
examples:
|
||||
application/json: {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue