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:
Will Hunt 2022-07-04 20:19:33 +01:00 committed by GitHub
parent 83055f2f54
commit cf6544c028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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: {
}