mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-25 20:14:09 +02:00
Compare commits
2 commits
1b6197f998
...
54ce2ce540
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54ce2ce540 | ||
|
|
b47858b981 |
|
|
@ -82,6 +82,18 @@ paths:
|
||||||
examples:
|
examples:
|
||||||
response:
|
response:
|
||||||
value: {}
|
value: {}
|
||||||
|
"413":
|
||||||
|
description: At least one device message is too large to fit in a single EDU.
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
$ref: definitions/errors/error.yaml
|
||||||
|
examples:
|
||||||
|
response:
|
||||||
|
value: {
|
||||||
|
"errcode": "M_TOO_LARGE",
|
||||||
|
"error": "device message to @test:example.com too large to fit in a single EDU"
|
||||||
|
}
|
||||||
tags:
|
tags:
|
||||||
- Send-to-Device messaging
|
- Send-to-Device messaging
|
||||||
servers:
|
servers:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue