From bd539c72b414864cd2e759c8dcbcebfc00d0dae2 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Wed, 21 Oct 2015 09:52:44 +0100 Subject: [PATCH] More review comments --- api/client-server/v1/application_service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/client-server/v1/application_service.yaml b/api/client-server/v1/application_service.yaml index a7400bd4..557d5a70 100644 --- a/api/client-server/v1/application_service.yaml +++ b/api/client-server/v1/application_service.yaml @@ -115,7 +115,7 @@ paths: examples: application/json: |- { - "errcode": "ORG.MATRIX.MYAPPSERVICE_UNAUTHORIZED" + "errcode": "COM.EXAMPLE.MYAPPSERVICE_UNAUTHORIZED" } schema: type: object @@ -147,7 +147,7 @@ paths: This endpoint is invoked by the homeserver on an application service to query the existence of a given user ID. The homeserver will only query user IDs inside the application service's ``users`` namespace. The homeserver will - send this request when it receives an *event* for an unknown user ID in + send this request when it receives an event for an unknown user ID in the application service's namespace. parameters: - in: path