From 8e209816c7b9ce5835fc743dd9b62e8180478559 Mon Sep 17 00:00:00 2001 From: Kierre Date: Sun, 22 Feb 2026 17:47:55 -0500 Subject: [PATCH] remove mentions of those endpoints --- data/api/server-server/joins-v2.yaml | 9 --------- data/api/server-server/leaving-v2.yaml | 9 --------- 2 files changed, 18 deletions(-) diff --git a/data/api/server-server/joins-v2.yaml b/data/api/server-server/joins-v2.yaml index 91e6a83e..aee458e1 100644 --- a/data/api/server-server/joins-v2.yaml +++ b/data/api/server-server/joins-v2.yaml @@ -22,15 +22,6 @@ paths: put: summary: Submit a signed join event to a resident server description: |- - **Note:** - This API is nearly identical to the v1 API with the - exception of the response format being fixed. - - This endpoint is preferred over the v1 API as it provides - a more standardised response format. Senders which receive - a 400, 404, or other status code which indicates this endpoint - is not available should retry using the v1 API instead. - Submits a signed join event to the resident server for it to accept it into the room's graph. Note that events have a different format depending on the room version - check diff --git a/data/api/server-server/leaving-v2.yaml b/data/api/server-server/leaving-v2.yaml index 0db16cbe..3780e5ff 100644 --- a/data/api/server-server/leaving-v2.yaml +++ b/data/api/server-server/leaving-v2.yaml @@ -22,15 +22,6 @@ paths: put: summary: Submit a signed leave event to a resident server description: |- - **Note:** - This API is nearly identical to the v1 API with the - exception of the response format being fixed. - - This endpoint is preferred over the v1 API as it provides - a more standardised response format. Senders which receive - a 400, 404, or other status code which indicates this endpoint - is not available should retry using the v1 API instead. - Submits a signed leave event to the resident server for it to accept it into the room's graph. Note that events have a different format depending on the room version - check