From b76f34a34d220fdba913fdf1f7ff102b758421d8 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Wed, 25 May 2022 09:53:12 +0100 Subject: [PATCH] Clarify that /invite will respond with 200 if the user is already in the room --- data/api/client-server/inviting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/api/client-server/inviting.yaml b/data/api/client-server/inviting.yaml index 9beda8a0..c24e5f49 100644 --- a/data/api/client-server/inviting.yaml +++ b/data/api/client-server/inviting.yaml @@ -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: { }