Find replace fail
This commit is contained in:
parent
bd539c72b4
commit
4c3e1b9ed3
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue