From d99414df986421b468fca64b180151390f43884a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 11 Feb 2025 20:33:47 +0100 Subject: [PATCH] Fix changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Commaille --- changelogs/client_server/newsfragments/2051.clarification | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelogs/client_server/newsfragments/2051.clarification b/changelogs/client_server/newsfragments/2051.clarification index 6bd28d8a..e8f7a70c 100644 --- a/changelogs/client_server/newsfragments/2051.clarification +++ b/changelogs/client_server/newsfragments/2051.clarification @@ -1 +1,2 @@ -Document the `instance_id` field of `Protocol Instance` in the responses of the third-party protocol endpoints. +Document the `instance_id` field of `Protocol Instance` in the responses to +`GET /_matrix/client/v3/thirdparty/protocols` and `GET /_matrix/client/v3/thirdparty/protocol/{protocol}`.