Find replace fail

pull/977/head
Kegan Dougal 9 years ago
parent bd539c72b4
commit 4c3e1b9ed3

@ -136,7 +136,7 @@ paths:
examples: examples:
application/json: |- application/json: |-
{ {
"errcode": "ORG.MATRIX.MYAPPSERVICE_NOT_FOUND" "errcode": "COM.EXAMPLE.MYAPPSERVICE_NOT_FOUND"
} }
schema: schema:
type: object type: object
@ -173,7 +173,7 @@ paths:
examples: examples:
application/json: |- application/json: |-
{ {
"errcode": "ORG.MATRIX.MYAPPSERVICE_UNAUTHORIZED" "errcode": "COM.EXAMPLE.MYAPPSERVICE_UNAUTHORIZED"
} }
schema: schema:
type: object type: object
@ -194,7 +194,7 @@ paths:
examples: examples:
application/json: |- application/json: |-
{ {
"errcode": "ORG.MATRIX.MYAPPSERVICE_NOT_FOUND" "errcode": "COM.EXAMPLE.MYAPPSERVICE_NOT_FOUND"
} }
schema: schema:
type: object type: object

Loading…
Cancel
Save