diff options
author | Matias Linares <matiaslina@gmail.com> | 2019-06-17 23:58:29 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2019-06-17 23:58:29 -0300 |
commit | 989e6afb0b9c4b43cac48918ee08d0e24c606c80 (patch) | |
tree | 7d68e08322813ec2595760c8d6554fd8f5304429 /endpoints.md | |
parent | c5e5856fab53af27e085bb65ba9eeacd2def1e6e (diff) | |
download | perl6-matrix-client-989e6afb0b9c4b43cac48918ee08d0e24c606c80.tar.gz |
Add ban and unban 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 9abcf1a..2ee313e 100644 --- a/endpoints.md +++ b/endpoints.md @@ -82,14 +82,14 @@ 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} -- [ ] POST - /_matrix/client/r0/rooms/{roomId}/ban +- [X] POST - /_matrix/client/r0/rooms/{roomId}/ban - [ ] POST - /_matrix/client/r0/rooms/{roomId}/forget - [ ] 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}/leave -- [ ] POST - /_matrix/client/r0/rooms/{roomId}/unban +- [X] POST - /_matrix/client/r0/rooms/{roomId}/unban ## Room participation |