diff options
author | Matias Linares <matias@deprecated.org> | 2019-02-03 23:28:07 -0300 |
---|---|---|
committer | Matias Linares <matias@deprecated.org> | 2019-02-03 23:28:07 -0300 |
commit | 24fa000eba9f778311b196e4df255952b6ac92bc (patch) | |
tree | 7fc4dfed7f362844fc23b0d71a7823733931892d /endpoints.md | |
parent | 3d6d5a4828e602837886358918e324f34e37b962 (diff) | |
download | perl6-matrix-client-24fa000eba9f778311b196e4df255952b6ac92bc.tar.gz |
Add support for room tags
Diffstat (limited to 'endpoints.md')
-rw-r--r-- | endpoints.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/endpoints.md b/endpoints.md index c4aeace..a9ee8e6 100644 --- a/endpoints.md +++ b/endpoints.md @@ -152,9 +152,9 @@ from matrix.org. This will give you an overview about what's implemented in the - [ ] GET - /_matrix/client/r0/account/3pid - [ ] POST - /_matrix/client/r0/account/3pid - [ ] PUT - /_matrix/client/r0/user/{userId}/account_data/{type} -- [ ] PUT - /_matrix/client/r0/user/{userId}/rooms/{roomId}/tags/{tag} -- [ ] DELETE - /_matrix/client/r0/user/{userId}/rooms/{roomId}/tags/{tag} -- [ ] GET - /_matrix/client/r0/user/{userId}/rooms/{roomId}/tags +- [X] PUT - /_matrix/client/r0/user/{userId}/rooms/{roomId}/tags/{tag} +- [X] DELETE - /_matrix/client/r0/user/{userId}/rooms/{roomId}/tags/{tag} +- [X] GET - /_matrix/client/r0/user/{userId}/rooms/{roomId}/tags - [ ] POST - /_matrix/client/r0/account/deactivate - [ ] POST - /_matrix/client/r0/account/3pid/delete |