From 0977a9f4148518686ac6e75c56542e7d8daca029 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Mon, 18 Mar 2019 16:12:25 -0300 Subject: Update endpoints --- endpoints.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'endpoints.md') diff --git a/endpoints.md b/endpoints.md index c4aeace..8b0d3b7 100644 --- a/endpoints.md +++ b/endpoints.md @@ -80,10 +80,10 @@ from matrix.org. This will give you an overview about what's implemented in the ## Room membership -- [ ] POST - /_matrix/client/r0/rooms/{roomId}/join +- [x] POST - /_matrix/client/r0/rooms/{roomId}/join - [ ] POST - /_matrix/client/r0/join/{roomIdOrAlias} - [ ] POST - /_matrix/client/r0/rooms/{roomId}/kick -- [ ] POST - /_matrix/client/r0/rooms/{roomId}/leave +- [x] POST - /_matrix/client/r0/rooms/{roomId}/leave - [x] GET - /_matrix/client/r0/joined_rooms - [ ] POST - /_matrix/client/r0/rooms/{roomId}/invite - [ ] POST - /_matrix/client/r0/rooms/{roomId}/unban -- cgit v1.2.3-54-g00ecf