mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-05 23:43:43 +01:00
Find replace fail
This commit is contained in:
parent
bd539c72b4
commit
4c3e1b9ed3
|
|
@ -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…
Reference in a new issue