From 95b2b7c2bcf5249c190e3ee4b56fe9c34b8041f0 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 17 Aug 2018 15:30:42 -0600 Subject: [PATCH] Move query APIs to the right heading Fixes https://github.com/matrix-org/matrix-doc/issues/1325 Addresses some of https://github.com/matrix-org/matrix-doc/issues/1532 --- specification/application_service_api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/application_service_api.rst b/specification/application_service_api.rst index cde22a89..824139f0 100644 --- a/specification/application_service_api.rst +++ b/specification/application_service_api.rst @@ -163,6 +163,10 @@ this request (e.g. to join a room alias). the application service about information about the entity such as room ID to room alias mappings. +{{query_user_as_http_api}} + +{{query_room_as_http_api}} + HTTP APIs +++++++++ @@ -172,10 +176,6 @@ application services MUST implement these APIs. These APIs are defined below. {{application_service_as_http_api}} -{{query_user_as_http_api}} - -{{query_room_as_http_api}} - .. _create the user: `sect:asapi-permissions`_