diff options
author | Matias Linares <matiaslina@gmail.com> | 2019-03-18 16:13:46 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2019-03-18 16:13:46 -0300 |
commit | 401f3f80dca1cb16e51ab97b91d672ef895d9a0f (patch) | |
tree | 121602e775fde556ac34dec9f25a65eb2a30ff4b /endpoints.md | |
parent | 0977a9f4148518686ac6e75c56542e7d8daca029 (diff) | |
parent | 24fa000eba9f778311b196e4df255952b6ac92bc (diff) | |
download | perl6-matrix-client-401f3f80dca1cb16e51ab97b91d672ef895d9a0f.tar.gz |
Merge remote-tracking branch 'github/master'
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 8b0d3b7..2d7cb4e 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 |