From 24fa000eba9f778311b196e4df255952b6ac92bc Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Sun, 3 Feb 2019 23:28:07 -0300 Subject: Add support for room tags --- endpoints.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'endpoints.md') 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 -- cgit v1.2.3-54-g00ecf