Fix the receipts API to be valid swagger
parent
4f606cf3a7
commit
509d178d58
@ -0,0 +1,10 @@
|
|||||||
|
type: object
|
||||||
|
description: A Matrix-level Error
|
||||||
|
properties:
|
||||||
|
errcode:
|
||||||
|
type: string
|
||||||
|
description: An error code.
|
||||||
|
error:
|
||||||
|
type: string
|
||||||
|
description: A human-readable error message.
|
||||||
|
required: ["errcode"]
|
||||||
Loading…
Reference in New Issue