Clarify that /invite will respond with 200 if the user is already in the room

This commit is contained in:
Will Hunt 2022-05-25 09:53:12 +01:00 committed by GitHub
parent c4e54509db
commit b76f34a34d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ paths:
required: ["user_id"] required: ["user_id"]
responses: responses:
200: 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: examples:
application/json: { application/json: {
} }