diff options
author | Matias Linares <matiaslina@gmail.com> | 2019-06-18 00:06:07 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2019-06-18 00:06:07 -0300 |
commit | 86d4f5b939010f716e6e0e4768e6a0da3700adfd (patch) | |
tree | 2eeafe8273d6e542361467c7a2cf95922d6afbde /endpoints.md | |
parent | a090293f1fb64375f5ba16b6a5e53c829eb41add (diff) | |
download | perl6-matrix-client-86d4f5b939010f716e6e0e4768e6a0da3700adfd.tar.gz |
Add kick and forget endpoints
Diffstat (limited to 'endpoints.md')
-rw-r--r-- | endpoints.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/endpoints.md b/endpoints.md index 5fbb63c..8b22289 100644 --- a/endpoints.md +++ b/endpoints.md @@ -83,11 +83,11 @@ from matrix.org. This will give you an overview about what's implemented in the - [X] GET - /_matrix/client/r0/joined_rooms - [X] POST - /_matrix/client/r0/join/{roomIdOrAlias} - [X] POST - /_matrix/client/r0/rooms/{roomId}/ban -- [ ] POST - /_matrix/client/r0/rooms/{roomId}/forget +- [X] POST - /_matrix/client/r0/rooms/{roomId}/forget - [X] POST - /_matrix/client/r0/rooms/{roomId}/invite - [ ] POST - /_matrix/client/r0/rooms/{roomId}/invite - [ ] POST - /_matrix/client/r0/rooms/{roomId}/join -- [ ] POST - /_matrix/client/r0/rooms/{roomId}/kick +- [X] POST - /_matrix/client/r0/rooms/{roomId}/kick - [X] POST - /_matrix/client/r0/rooms/{roomId}/leave - [X] POST - /_matrix/client/r0/rooms/{roomId}/unban |