diff options
Diffstat (limited to 'docs/client-server/swagger_matrix/api-docs')
-rw-r--r-- | docs/client-server/swagger_matrix/api-docs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/client-server/swagger_matrix/api-docs b/docs/client-server/swagger_matrix/api-docs index 58462a9067..a80b3bb342 100644 --- a/docs/client-server/swagger_matrix/api-docs +++ b/docs/client-server/swagger_matrix/api-docs @@ -3,31 +3,31 @@ "swaggerVersion": "1.2", "apis": [ { - "path": "/login", + "path": "-login", "description": "Login operations" }, { - "path": "/registration", + "path": "-registration", "description": "Registration operations" }, { - "path": "/rooms", + "path": "-rooms", "description": "Room operations" }, { - "path": "/profile", + "path": "-profile", "description": "Profile operations" }, { - "path": "/presence", + "path": "-presence", "description": "Presence operations" }, { - "path": "/events", + "path": "-events", "description": "Event operations" }, { - "path": "/directory", + "path": "-directory", "description": "Directory operations" } ], |