diff options
author | Matias Linares <matiaslina@gmail.com> | 2019-03-18 16:12:25 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2019-03-18 16:12:25 -0300 |
commit | 0977a9f4148518686ac6e75c56542e7d8daca029 (patch) | |
tree | 7811bf76987372ba9652558df11cae33f15c7e03 | |
parent | aff2a2eeb6fba35636a863fdf48a3ad08c335877 (diff) | |
download | perl6-matrix-client-0977a9f4148518686ac6e75c56542e7d8daca029.tar.gz |
Update endpoints
-rw-r--r-- | endpoints.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 |