mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Clarify that /invite will respond with 200 if the user is already in the room
This commit is contained in:
parent
c4e54509db
commit
b76f34a34d
|
|
@ -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: {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue