From de68c167b646d795c4d6f51c5664e7f2e6777089 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 11 Oct 2016 14:27:49 +0100 Subject: [PATCH] Add tags for GET endpoint --- api/client-server/list_public_rooms.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/client-server/list_public_rooms.yaml b/api/client-server/list_public_rooms.yaml index e76bd7ab..9eb5bf65 100644 --- a/api/client-server/list_public_rooms.yaml +++ b/api/client-server/list_public_rooms.yaml @@ -153,6 +153,8 @@ paths: 400: description: > The request body is malformed or the room alias specified is already taken. + tags: + - Room discovery post: summary: Lists the public rooms on the server with optional filter. description: |-