remove mentions of those endpoints

This commit is contained in:
Kierre 2026-02-22 17:47:55 -05:00
parent 114e804127
commit 8e209816c7
No known key found for this signature in database
GPG key ID: 1C50B6A26C5B1C6E
2 changed files with 0 additions and 18 deletions

View file

@ -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

View file

@ -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