From 4c3e1b9ed37d69b488d7c215b2ca287b6f0a2f94 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Wed, 21 Oct 2015 09:53:25 +0100 Subject: [PATCH] Find replace fail --- api/client-server/v1/application_service.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/client-server/v1/application_service.yaml b/api/client-server/v1/application_service.yaml index 557d5a70..1a5ec838 100644 --- a/api/client-server/v1/application_service.yaml +++ b/api/client-server/v1/application_service.yaml @@ -136,7 +136,7 @@ paths: examples: application/json: |- { - "errcode": "ORG.MATRIX.MYAPPSERVICE_NOT_FOUND" + "errcode": "COM.EXAMPLE.MYAPPSERVICE_NOT_FOUND" } schema: type: object @@ -173,7 +173,7 @@ paths: examples: application/json: |- { - "errcode": "ORG.MATRIX.MYAPPSERVICE_UNAUTHORIZED" + "errcode": "COM.EXAMPLE.MYAPPSERVICE_UNAUTHORIZED" } schema: type: object @@ -194,7 +194,7 @@ paths: examples: application/json: |- { - "errcode": "ORG.MATRIX.MYAPPSERVICE_NOT_FOUND" + "errcode": "COM.EXAMPLE.MYAPPSERVICE_NOT_FOUND" } schema: type: object